replace nano as default editor in bashrc

This commit is contained in:
2023-06-15 06:45:29 -04:00
parent 112f6f82ff
commit b84b18ebef
+1 -1
View File
@@ -117,7 +117,7 @@ if ! shopt -oq posix; then
fi fi
PATH=$PATH:"~/.local/bin/" PATH=$PATH:"~/.local/bin/"
export EDITOR='nano' export EDITOR='nvim'
export GPG_TTY=$(tty) export GPG_TTY=$(tty)
complete -F _todo t complete -F _todo t