diff --git a/homeConfig/dotfiles/bash/bashrc b/homeConfig/dotfiles/bash/bashrc index 945f6f1..83095ba 100644 --- a/homeConfig/dotfiles/bash/bashrc +++ b/homeConfig/dotfiles/bash/bashrc @@ -22,4 +22,7 @@ if [ -d "$bash_completion_dir" ]; then done fi +# Set EDITOR to nvim +export EDITOR=/nix/store/z67k4yagrajl6gwm50wafcblgkw8pa23-home-manager-path/bin/nvim + alias ls='lsd'