diff --git a/.bash_extra b/.bash_extra index 815c26a..a44a56e 100644 --- a/.bash_extra +++ b/.bash_extra @@ -22,6 +22,9 @@ if [[ $- == *i* ]] ; then ### keychain export GPG_TTY=$(tty) fi + if [ "$(hostname -s)" == "lzeorpt001" ] ; then + export EDITOR="/usr/bin/vim" + fi ### tmux auto attach if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then tmux attach -t default || tmux new -s default