aboutsummaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rwxr-xr-x.bashrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index bdbe1fb..e341e0c 100755
--- a/.bashrc
+++ b/.bashrc
@@ -22,8 +22,7 @@ fi
/usr/bin/ssh-add -K
} &>/dev/null
-# Set Emacs as VISUAL
-export VISUAL="emacs"
+export VISUAL="nvim"
for file in ~/.{aliases,path,extras}; do
if [[ -r "$file" ]] && [[ -f "$file" ]]; then