diff options
| -rwxr-xr-x | .xinitrc | 1 | ||||
| -rw-r--r-- | .zshrc | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,7 @@ export DESKTOP_SESSION="dwm" +[ -f ~/.profile ] && . ~/.profile [ -f /etc/xprofile ] && . /etc/xprofile [ -f ~/.xprofile ] && . ~/.xprofile @@ -59,3 +59,4 @@ set_prompt() { } set_prompt +source $HOME/.zprofile |