From 0a5a7d3bda5d9aca32e3a93e65932cd0979d72c2 Mon Sep 17 00:00:00 2001 From: James Dixon Date: Sat, 9 Aug 2025 20:12:37 -0400 Subject: [PATCH] Do not set EDITOR in .bashrc --- config/bash/.bashrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/bash/.bashrc b/config/bash/.bashrc index 3c78e53..2732742 100644 --- a/config/bash/.bashrc +++ b/config/bash/.bashrc @@ -14,8 +14,6 @@ esac # environment variables for commands export PAGER="less" -export EDITOR="/usr/bin/vim" -export VISUAL="/usr/bin/vim" # bash history options export HISTSIZE= ; export HISTFILESIZE= ;