Browse Source

color_options

master 0.5.5
pvincent 5 years ago
parent
commit
a9230b0c28
  1. 2
      bash.bashrc

2
bash.bashrc

@ -27,7 +27,7 @@ shopt -s checkwinsize
case "$TERM" in
xterm-color|*-256color)
color_prompt=yes
export COLOR_OPTIONS='--color=auto'
export COLOR_OPTIONS=' --color=auto'
;;
esac

Loading…
Cancel
Save