1
0
Fork 0

Mettre à jour 'README.md'

This commit is contained in:
virtubox 2018-11-14 14:22:12 +01:00
parent 47285717cc
commit 34eb7bf40c
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
# bashrc
```bash
if [ ! -d $HOME/.mybashrc ]; then { git clone https://git.virtubox.net/virtubox/bashrc.git $HOME/.mybashrc; echo ". $HOME/.mybashrc/mybashrc" >> .bashrc; } else { git -C $HOME/.mybashrc pull origin master; } fi
source .bashrc
```
curl -sL https://git.virtubox.net/virtubox/bashrc/raw/branch/master/authorized.sh | sudo bash -E
```