Browse Source

Make vim the default editor.

main
Titouan Rigoudy 3 years ago
committed by Titouan Rigoudy
parent
commit
cd1c925dcb
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      README.md

+ 4
- 0
README.md View File

@ -7,6 +7,10 @@ First, clone this repository into `~/dotfiles`.
Add the following to your .bashrc:
```sh
# Use vim for editing.
export VISUAL="vim"
export EDITOR="${VISUAL}"
# Better prompt.
source ~/dotfiles/prompt.sh
```


Loading…
Cancel
Save