correction alias

This commit is contained in:
bastien 2023-05-23 10:49:36 +02:00
parent 833a6e14ea
commit d14c7a415d

View file

@ -68,8 +68,9 @@ cd ~/.vim/bundle/ && git clone https://github.com/VundleVim/Vundle.vim.git
### Alias
Edit your bashrc or zshrc with this ligne :
Edit your bashrc or zshrc and copie/paste this ligne at the end :
```
vim ~/.zshrc or vim ~/.bashrc
alias vimscode="~/.vim/vimscode.sh"
```