More editor updates

This commit is contained in:
2025-04-20 10:51:04 -07:00
parent fd9de58b0f
commit 257c6a0b38
2 changed files with 11 additions and 4 deletions

View File

@@ -13,12 +13,13 @@ export PATH=~/bin:$PATH
#
# Editor setup
#
export PATH=/opt/neovim:$PATH
export EDITOR=nvim
function n () {
/opt/neovim/nvim $* || nvim $*
}
export EDITOR=n
#
# Aliases
#