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 color for freebsd-vb-win7-opti
pull/1/head
10sr
11 years ago
parent
12ab59808e
commit
48256d8dce
2 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
setup.sh
+3
-0
shrc
+ 4
- 0
setup.sh
View File
@@ -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
+ 3
- 0
shrc
View File
@@ -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"
;;
Write
Preview
Loading…
Cancel
Save