Use EDITOR and HOMEBOX vars in several places, use vim until nvim config

This commit is contained in:
2025-01-20 15:35:27 -06:00
parent 26fbf3ead6
commit a9ce07d85d
3 changed files with 8 additions and 8 deletions

View File

@@ -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'