1
1
Fork 0

Configured prefered editors

This commit is contained in:
Kenwood 2021-05-29 22:53:06 -04:00
parent d8faced14a
commit 63c7e015b5
1 changed files with 5 additions and 5 deletions

10
.zshrc
View File

@ -100,11 +100,11 @@ 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='ee'
else
export EDITOR='nano'
fi
# Compilation flags
# export ARCHFLAGS="-arch x86_64"