bash设置
2019-07-04 本文已影响0人
小胖_20c7
if [ "$TERM" == "xterm" ]; then
export TERM=xterm-256color
fi
export EDITOR=vim(the default shell editor)
if [ "$TERM" == "xterm" ]; then
export TERM=xterm-256color
fi
export EDITOR=vim(the default shell editor)