zsh/rc.user/gilles.zsh

8 lines
134 B
Bash
Raw Normal View History

2018-03-16 12:02:58 +01:00
if [ "x$SSH_CLIENT" = "x" ]; then
USE_XTABS=True
fi
if [ -x $(which -p vim) ]; then
export EDITOR=vim
export VISUAL=vim
fi