This commit is contained in:
linsilence 2019-06-10 18:51:40 +08:00
commit eb151da207

View file

@ -83,11 +83,12 @@ source $ZSH/oh-my-zsh.sh
# export LANG=en_US.UTF-8
# Preferred editor for local and remote sessions
if [[ -n $SSH_CONNECTION ]]; then
export EDITOR='vim'
else
export EDITOR='mvim'
fi
#if [[ -n $SSH_CONNECTION ]]; then
# export EDITOR='vim'
#else
# export EDITOR='mvim'
#fi
export EDITOR='vim'
# Compilation flags
# export ARCHFLAGS="-arch x86_64"