aboutsummaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorMatt Kohls <mattkohls13@gmail.com>2017-03-15 17:16:02 -0400
committerMatt Kohls <mattkohls13@gmail.com>2017-03-15 17:16:02 -0400
commit68fabc5ee00686a5e53638ab4b44c99195ee4b8f (patch)
treeab343e7a201dc59af1401f1253a284c5ebe13952 /.bashrc
parentab7c98859fa8a855fbf65822fcbfd3519b33a5a0 (diff)
downloaddotfiles-68fabc5ee00686a5e53638ab4b44c99195ee4b8f.tar.gz
dotfiles-68fabc5ee00686a5e53638ab4b44c99195ee4b8f.tar.bz2
dotfiles-68fabc5ee00686a5e53638ab4b44c99195ee4b8f.zip
Cleaning up vimrc and bashrc
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