replace nv alias with PATH entry for /opt/nvim-linux64/bin

This commit is contained in:
Paul Trowbridge 2026-05-10 01:57:19 -04:00
parent 21c0c7ebd0
commit cf42c3408e

View File

@ -132,7 +132,6 @@ xmspa() {
vd -d "|" - > /dev/null 2>&1
}
alias nv='/opt/nvim-linux64/bin/nvim'
alias gs='git status -s'
alias ga='git status --untracked-files=all -s | fzf -m | awk "{print \$2}" | xargs git add '
alias gx='git status --untracked-files=all -s | fzf -m | awk "{print \$2}" | xargs git checkout '
@ -225,4 +224,5 @@ bind 'set bell-style none'
[ -f ~/.bashrc_local ] && source ~/.bashrc_local
[[ ":$PATH:" != *":$HOME/.local/bin:"* ]] && export PATH="$HOME/.local/bin:$PATH"
[ -d /opt/nvim-linux64/bin ] && export PATH="/opt/nvim-linux64/bin:$PATH"
export PATH=$PATH:~/lua-language-server/bin