changeset 449 | 63fe7a1ebae4 |
parent 442 | a4d4a004bca7 |
child 470 | 2d1f71f28130 |
--- a/.xinitrc Sat May 05 00:21:14 2012 +0300 +++ b/.xinitrc Wed May 09 22:39:39 2012 +0300 @@ -3,6 +3,10 @@ if [[ -f ~/.bash_path ]]; then . ~/.bash_path fi +# Load custom settings (user editable). +if [[ -f ~/.bash_custom ]]; then + . ~/.bash_custom +fi xrdb -merge ~/.Xdefaults # xrdb -load ~/.Xdefaults