From 484cb08906faab8bc686dfcb3004ea3e932af72a Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Tue, 11 Apr 2023 06:20:32 -0400 Subject: [PATCH] Added nvim export statement to bashrc --- homeConfig/dotfiles/bash/bashrc | 3 +++ 1 file changed, 3 insertions(+) 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'