From 5ed135158b97bd42786367a0a5168320365aa8a4 Mon Sep 17 00:00:00 2001 From: Robert Date: Mon, 22 Sep 2025 15:19:13 -0600 Subject: [PATCH] Changed .bashrc to use nano as default --- tasks/files/bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/files/bashrc b/tasks/files/bashrc index cb69bc8..56bd0f7 100644 --- a/tasks/files/bashrc +++ b/tasks/files/bashrc @@ -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'