mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
fix
This commit is contained in:
parent
8d5fb621e0
commit
eb151da207
1 changed files with 6 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue