aboutsummaryrefslogtreecommitdiff
path: root/bash/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/.bashrc')
-rw-r--r--bash/.bashrc2
1 files changed, 1 insertions, 1 deletions
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"