diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-10-17 18:27:37 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-10-17 18:27:37 +0100 |
commit | b27f698c6c828dadcce372f7d086eff7d9e14391 (patch) | |
tree | 9179a075b0c38b42868de622f648c95fbb726706 /.zsh | |
parent | 2b4002c5df0a168363c67d61853d8d9863328afc (diff) | |
parent | 657210b02270014719a1c733cfbe2c0511dd52c3 (diff) |
Merge branch 'master' of github.com:uvaes/dotfiles
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 |