From f17f986e2bcb408cd6eda51ae2805418ff55095b Mon Sep 17 00:00:00 2001 From: TheK4n Date: Fri, 15 Oct 2021 00:22:48 +0300 Subject: [PATCH] add: .gitignore ref: README.md --- .gitignore | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..723ef36 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea \ No newline at end of file diff --git a/README.md b/README.md index 3c1b60c..be1b64c 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ sshd: ALL |```Ctrl + l``` | Clear, like command clear | ```bash -rm -rf ~/BashConfig; git clone https://github.com/thek4n/BashConfig && cd BashConfig && cp .* ~; rm -rf ~/BashConfig; . ~/.bashrc +rm -rf ~/BashConfig; git clone https://github.com/thek4n/BashConfig && cd BashConfig && cp .bashrc .bash_aliases .bash_functions .profile .vimrc .zshrc ~; cd .. rm -rf ~/BashConfig; . ~/.bashrc ``` ```$RANDOM``` - Return random 0-32767\