From b84b18ebef01aae3fae2e08801dcfb601bc6ed5a Mon Sep 17 00:00:00 2001 From: Charles D Date: Thu, 15 Jun 2023 06:45:29 -0400 Subject: [PATCH] replace nano as default editor in bashrc --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 01e9de5..e7d02fd 100644 --- a/.bashrc +++ b/.bashrc @@ -117,7 +117,7 @@ if ! shopt -oq posix; then fi PATH=$PATH:"~/.local/bin/" -export EDITOR='nano' +export EDITOR='nvim' export GPG_TTY=$(tty) complete -F _todo t