Browse Source

update arch-aspireone color

pull/1/head
10sr 10 years ago
parent
commit
ada178e130
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      setup.sh
  2. +1
    -1
      shrc

+ 2
- 2
setup.sh View File

@@ -154,8 +154,8 @@ setup_tmux(){

case "`hostname`" in
arch-aspireone)
tmux_bg_color=blue
tmux_fg_color=white
tmux_bg_color=yellow
tmux_fg_color=black
;;
darwin-mba.local)
tmux_bg_color=cyan


+ 1
- 1
shrc View File

@@ -1178,7 +1178,7 @@ then
# color for ::
case "`hostname`" in
arch-aspireone)
__my_c4="$__color_light_blue"
__my_c4="$__color_yellow"
;;
darwin-mba.local)
__my_c4="$__color_light_cyan"


Loading…
Cancel
Save