From 657210b02270014719a1c733cfbe2c0511dd52c3 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sat, 17 Oct 2015 13:25:42 +0100 Subject: Change editor to vim --- .zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh') diff --git a/.zsh/zshrc b/.zsh/zshrc index f08eee4..a638db7 100644 --- a/.zsh/zshrc +++ b/.zsh/zshrc @@ -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 -- cgit v1.2.3