From 419cc52ade90e566f77d117188c3a2ecc2df1fdb Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sat, 15 Apr 2023 08:18:33 -0400 Subject: [PATCH] Generalized EDITOR variable --- homeConfig/dotfiles/bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeConfig/dotfiles/bash/bashrc b/homeConfig/dotfiles/bash/bashrc index a82defb..be1fe7a 100644 --- a/homeConfig/dotfiles/bash/bashrc +++ b/homeConfig/dotfiles/bash/bashrc @@ -27,6 +27,6 @@ if [ -d "$bash_completion_dir" ]; then fi # Set EDITOR to nvim -export EDITOR=/nix/store/z67k4yagrajl6gwm50wafcblgkw8pa23-home-manager-path/bin/nvim +export EDITOR=nvim alias ls='lsd'