Generalized EDITOR variable

This commit is contained in:
Bryan Ramos 2023-04-15 08:18:33 -04:00
parent 0c86515d13
commit 419cc52ade

View file

@ -27,6 +27,6 @@ if [ -d "$bash_completion_dir" ]; then
fi fi
# Set EDITOR to nvim # Set EDITOR to nvim
export EDITOR=/nix/store/z67k4yagrajl6gwm50wafcblgkw8pa23-home-manager-path/bin/nvim export EDITOR=nvim
alias ls='lsd' alias ls='lsd'