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 # export LANG=en_US.UTF-8
# Preferred editor for local and remote sessions # Preferred editor for local and remote sessions
if [[ -n $SSH_CONNECTION ]]; then #if [[ -n $SSH_CONNECTION ]]; then
export EDITOR='vim' # export EDITOR='vim'
else #else
export EDITOR='mvim' # export EDITOR='mvim'
fi #fi
export EDITOR='vim'
# Compilation flags # Compilation flags
# export ARCHFLAGS="-arch x86_64" # export ARCHFLAGS="-arch x86_64"