aboutsummaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 1 insertions, 3 deletions
diff --git a/.bashrc b/.bashrc
index a422839..698684a 100644
--- a/.bashrc
+++ b/.bashrc
@@ -124,10 +124,8 @@ if ! shopt -oq posix; then
. /etc/bash_completion
fi
fi
-# >>>>BEGIN ADDED BY CNCHI INSTALLER<<<< #
-BROWSER=/usr/bin/chromium
+
EDITOR=/usr/bin/vim
-# >>>>>END ADDED BY CNCHI INSTALLER<<<<< #
export PAGER='vimpager'
alias less=$PAGER