zsh: Set EDITOR and VISUAL by presence
This commit is contained in:
parent
34a509a9e7
commit
ae38f04a2c
5 changed files with 7 additions and 6 deletions
|
|
@ -3,6 +3,9 @@
|
|||
alias ls='ls --color=auto'
|
||||
export LSCOLORS='Exgxbxdxcxegedabagacad'
|
||||
|
||||
export EDITOR='hx'
|
||||
export VISUAL=$EDITOR
|
||||
|
||||
alias units='gunits --verbose'
|
||||
alias date='gdate'
|
||||
alias awk='gawk'
|
||||
|
|
|
|||
Loading…
Reference in a new issue