don't change editor based on ssh_connection status
This commit is contained in:
parent
8da7432451
commit
6c8e1aed5b
1 changed files with 2 additions and 6 deletions
8
.zshrc
8
.zshrc
|
@ -97,12 +97,8 @@ 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='/usr/bin/nvim'
|
||||
else
|
||||
export EDITOR='/usr/bin/nvim'
|
||||
export BROWSER='zen-browser'
|
||||
fi
|
||||
export EDITOR='/usr/bin/nvim'
|
||||
export BROWSER='zen-browser'
|
||||
|
||||
# n³ settings
|
||||
export NNN_ARCHIVE="\\.(7z|a|ace|alz|arc|arj|bz|bz2|cab|cpio|deb|gz|jar|lha|lz|lzh|lzma|lzo|rar|rpm|rz|t7z|tar|tbz|tbz2|tgz|tlz|txz|tZ|tzo|war|xpi|xz|Z|zip)$"
|
||||
|
|
Reference in a new issue