diff options
author | Matt Kohls <mattkohls13@gmail.com> | 2017-03-15 17:16:02 -0400 |
---|---|---|
committer | Matt Kohls <mattkohls13@gmail.com> | 2017-03-15 17:16:02 -0400 |
commit | 68fabc5ee00686a5e53638ab4b44c99195ee4b8f (patch) | |
tree | ab343e7a201dc59af1401f1253a284c5ebe13952 /.bashrc | |
parent | ab7c98859fa8a855fbf65822fcbfd3519b33a5a0 (diff) | |
download | dotfiles-68fabc5ee00686a5e53638ab4b44c99195ee4b8f.tar.gz dotfiles-68fabc5ee00686a5e53638ab4b44c99195ee4b8f.tar.bz2 dotfiles-68fabc5ee00686a5e53638ab4b44c99195ee4b8f.zip |
Cleaning up vimrc and bashrc
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |