Configured prefered editors
This commit is contained in:
parent
d8faced14a
commit
63c7e015b5
10
.zshrc
10
.zshrc
|
@ -100,11 +100,11 @@ 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='ee'
|
||||||
# else
|
else
|
||||||
# export EDITOR='mvim'
|
export EDITOR='nano'
|
||||||
# fi
|
fi
|
||||||
|
|
||||||
# Compilation flags
|
# Compilation flags
|
||||||
# export ARCHFLAGS="-arch x86_64"
|
# export ARCHFLAGS="-arch x86_64"
|
||||||
|
|
Loading…
Reference in New Issue