Add EDITOR to bashrc

This commit is contained in:
Tony Grosinger 2017-05-04 10:06:23 -07:00
parent 95e969c927
commit 554b85bda1

View File

@ -33,6 +33,7 @@ if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
fi
export TERM="xterm-256color"
export EDITOR=$(which vim)
function sshhome() {