rm: .gitignore

ref: README.md
This commit is contained in:
TheK4n 2021-10-15 00:19:20 +03:00
parent 80816fe2cf
commit 431f32901d
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
/.idea

View File

@ -75,7 +75,7 @@ sshd: ALL
|```Ctrl + l``` | Clear, like command clear | |```Ctrl + l``` | Clear, like command clear |
```bash ```bash
rm -rf ~/BashConfig; git clone https://github.com/TheK4n/BashConfig && cp BashConfig/.bash* ~; rm -rf ~/BashConfig && . ~/.bashrc rm -rf ~/BashConfig; git clone https://github.com/thek4n/BashConfig && cd BashConfig && cp .* ~; rm -rf ~/BashConfig; . ~/.bashrc
``` ```
```$RANDOM``` - Return random 0-32767\ ```$RANDOM``` - Return random 0-32767\