From 427f4d71227bdade478e752056a4248fb50012fc Mon Sep 17 00:00:00 2001 From: "Henry J. Webster" Date: Sat, 1 Aug 2026 10:21:30 -0500 Subject: bash: fix EDITOR --- bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/.bashrc') diff --git a/bash/.bashrc b/bash/.bashrc index 44305e9..f12feea 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,5 +1,5 @@ # use emacs when inside emacs -if [ -n "INSIDE_EMACS" ]; then +if [ -n "$INSIDE_EMACS" ]; then export EDITOR="emacsclient" else export EDITOR="nvim" -- cgit v1.3