equal
deleted
inserted
replaced
6 # Load custom settings (user editable). |
6 # Load custom settings (user editable). |
7 if [[ -f ~/.bash_custom ]]; then |
7 if [[ -f ~/.bash_custom ]]; then |
8 . ~/.bash_custom |
8 . ~/.bash_custom |
9 fi |
9 fi |
10 |
10 |
11 xrdb -merge ~/.Xdefaults |
11 if [[ -f ~/.Xdefaults ];; then |
12 # xrdb -load ~/.Xdefaults |
12 xrdb -merge ~/.Xdefaults |
|
13 # xrdb -load ~/.Xdefaults |
|
14 fi |
13 |
15 |
14 # Under Cygwin I prefer '-multiwindow' option, so it needn't to setup WM. |
16 # Under Cygwin I prefer '-multiwindow' option, so it needn't to setup WM. |
15 if [[ -z $COMSPEC ]]; then |
17 if [[ -z $COMSPEC ]]; then |
16 xmodmap ~/.xmodmaprc |
18 if [[ ~/.xmodmaprc ]]; then |
|
19 xmodmap ~/.xmodmaprc |
|
20 fi |
17 xsetroot -gray |
21 xsetroot -gray |
18 fvwm & |
22 fvwm & |
19 fi |
23 fi |
20 |
24 |
21 # Last command. |
25 # Last command. |