Changed .bashrc to use nano as default

This commit is contained in:
2025-09-22 15:19:13 -06:00
parent 69c7e6a56d
commit 5ed135158b

View File

@@ -61,8 +61,8 @@ if [[ $iatest -gt 0 ]]; then bind "set completion-ignore-case on"; fi
if [[ $iatest -gt 0 ]]; then bind "set show-all-if-ambiguous On"; fi
# Set the default editor
export EDITOR=nvim
export VISUAL=nvim
export EDITOR=nano
export VISUAL=nano
alias spico='sudo pico'
alias snano='sudo nano'
alias vim='nvim'