diff options
Diffstat (limited to 'modules/profile/xprofile')
-rwxr-xr-x | modules/profile/xprofile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/profile/xprofile b/modules/profile/xprofile index 744ae5d..c4e4eab 100755 --- a/modules/profile/xprofile +++ b/modules/profile/xprofile @@ -10,14 +10,14 @@ BACKGROUND="" PROGRAMS="" # Make sure to load the profile -source $HOME/.profile +. $HOME/.profile # Start xscreensaver xscreensaver -no-splash & # Custom if [ -e "$HOME/.custom/xprofile" ]; then - source $HOME/.custom/xprofile + . $HOME/.custom/xprofile fi # Set background |