Added nvim export statement to bashrc

This commit is contained in:
Bryan Ramos 2023-04-11 06:20:32 -04:00
parent 912975ec59
commit 484cb08906

View file

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