Use EDITOR and HOMEBOX vars in several places, use vim until nvim config
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
set -o vi
|
||||
|
||||
# env vars
|
||||
export EDITOR='nvim'
|
||||
export EDITOR='vim' # TODO: update to nvim once configured
|
||||
export HOMEBOX=$HOME'/dbox'
|
||||
export DEVDIR=$HOME'/dev'
|
||||
|
||||
@@ -12,7 +12,7 @@ export PATH=$PATH:/opt/homebrew/opt/ccache/libexec
|
||||
|
||||
# executable name overrides
|
||||
alias ls='ls -F'
|
||||
alias vim='nvim'
|
||||
#alias vim='nvim'
|
||||
|
||||
# shortcuts for common commands
|
||||
alias 3e='echo;echo;echo'
|
||||
|
Reference in New Issue
Block a user