From 70a4234beb9e035d5002b8eb7212ad4248409892 Mon Sep 17 00:00:00 2001 From: "Bradan J. Wolbeck" Date: Sun, 26 Jul 2026 15:58:33 -0600 Subject: [PATCH] feat(bash): make nano the default editor --- bash/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/bashrc b/bash/bashrc index f6444be..4f5b95c 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -47,3 +47,4 @@ else fi PS1="${USER_COLOR}"'\u\[\e[0m\]@'"${HOST_COLOR}"'\h\[\e[0m\]:\[\e[38;5;219;3m\]\w\[\e[0m\] '"${DISTRO_COLOR}${DISTRO:-unknown}"'\[\e[0m\]'"${PROMPT_COLOR}"'\$\[\e[0m\] ' +export EDITOR=nano