This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
update arch-aspireone color
pull/1/head
10sr
10 years ago
parent
01c3725d73
commit
ada178e130
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
setup.sh
+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"
Write
Preview
Loading…
Cancel
Save