shell: add alias for opening things with neovide

This commit is contained in:
PowerUser64 2025-05-06 01:30:00 -07:00
parent 1ae2422a6b
commit 273acd5158

View file

@ -6,11 +6,11 @@ alias \
alias sd=sudo alias sd=sudo
alias \ alias \
vv='$EDITOR' \ vv='$EDITOR' \
e='$EDITOR' \ e='$EDITOR' \
svv='sudoedit' \ svv='sudoedit' \
nvv='neovide' \ nv='EDITOR=neovide ' \
# I do this too much by accident smh my head # I do this too much by accident smh my head
alias \ alias \