From c1df88d08b360394a2f94f61745a650b048ad1cb Mon Sep 17 00:00:00 2001 From: Von Random Date: Mon, 11 Apr 2016 17:28:44 +0300 Subject: [PATCH] airline fails on nvim since the latest update, stick to vim for now, also keep nvims config where it should be --- shellrc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/shellrc b/shellrc index e32283e..3f7aba6 100644 --- a/shellrc +++ b/shellrc @@ -57,12 +57,7 @@ alias atmux='tmux attach' alias hist='fc -l 1' alias beep='printf "\007"' alias fixterm='printf "c"' -if (is_exec nvim && [[ -r ${HOME}/.vimrc ]]); then - alias vim='command nvim -u ~/.vimrc' - alias vi='command nvim -u ~/.vimrc' -else - alias vi='command vim' -fi +alias vi='command vim' # iconv alias iconvwk='command iconv -c -f cp1251 -t koi8-r'