aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-03-17 23:49:08 -0400
committertdro <tdro@users.noreply.github.com>2020-03-17 23:49:08 -0400
commitb737fb0db5f254e2f189a9126bf34baa6c1d1388 (patch)
treed0638b6d0ba3ad3db0cedbfaec43ba2656426ec4 /.bashrc
parent556bff0970419d75eca5f9ebdbf2c76d9d1d213f (diff)
downloaddotfiles-b737fb0db5f254e2f189a9126bf34baa6c1d1388.tar.gz
dotfiles-b737fb0db5f254e2f189a9126bf34baa6c1d1388.tar.bz2
dotfiles-b737fb0db5f254e2f189a9126bf34baa6c1d1388.zip
.bashrc: Set editor
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 7109be8..18ba389 100644
--- a/.bashrc
+++ b/.bashrc
@@ -64,6 +64,9 @@ man() {
man "$@"
}
+# set editor
+export EDITOR=vim
+
# set less history path
export LESSHISTFILE=$HOME/.cache/less.history