diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/xsession | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/base/xsession b/base/xsession index 17a71ae..84e8af6 100644 --- a/base/xsession +++ b/base/xsession @@ -2,6 +2,15 @@ export TERMINAL=urxvt export EDITOR=vim +if [ -f ~/.shell_pathes ]; then + source ~/.shell_pathes +fi + +# Host Specific Settings +if [ -f ~/.host-specific/shell_pathes ]; then + source ~/.host-specific/shell_pathes +fi + # Some X Stuff xsetroot -solid "#333333" ulimit -c unlimited |