diff --git a/setup.sh b/setup.sh index 3edc945..9a6a8c9 100755 --- a/setup.sh +++ b/setup.sh @@ -165,6 +165,10 @@ setup_tmux(){ tmux_bg_color=magenta tmux_fg_color=white ;; + freebsd-vb-win7-opti) + tmux_bg_color=red + tmux_fg_color=whtie + ;; *) tmux_bg_color=green tmux_fg_color=black diff --git a/shrc b/shrc index b310f35..cb0a057 100755 --- a/shrc +++ b/shrc @@ -1184,6 +1184,9 @@ then newkiwi) __my_c4="$__color_light_purple" ;; + freebsd-vb-win7-opti) + __my_c4="$__color_light_red" + ;; *) __my_c4="$__color_light_green" ;;