diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-10-17 13:25:42 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-10-17 13:25:42 +0100 |
commit | 657210b02270014719a1c733cfbe2c0511dd52c3 (patch) | |
tree | e735ebedea39d0dcd818e6284360c5a04ec73272 /.zsh | |
parent | a3fb85b5fe94faa3e9f45614e457f65ab51da13d (diff) |
Change editor to vim
Diffstat (limited to '.zsh')
-rw-r--r-- | .zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/g export PATH="$PATH:/home/urbain/.local/bin" # Editor -export EDITOR=/usr/bin/nvim +export EDITOR=/usr/bin/vim # Fix tmux colors if [[ -n ${TMUX} && -n ${commands[tmux]} ]];then |