From 3e1f37b04527a98f4f54c8c4efd8c5b5aeb30614 Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Thu, 20 Jul 2023 10:13:27 -0700 Subject: [PATCH] changing editor back to vim --- bash/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash/.bashrc b/bash/.bashrc index 6376c48..73fac78 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -10,8 +10,8 @@ # Set some defaults. -export EDITOR="emacsclient -t" -export VISUAL="emacsclient -c -a emacs" +export EDITOR="nvim" +export VISUAL="nvim" export ALTERNATE_EDITOR="" export PATH=".:~/bin:~/.local/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin" export LSCOLORS="ExGxBxDxCxEgEdxbxgxcxd"