1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Finally fix double sourcing ~/.profile

This commit is contained in:
Joe Groocock 2016-08-03 17:10:13 +01:00
parent 72c7780f3a
commit 92e4f3e6da

View File

@ -1,6 +1,7 @@
#!/bin/sh
source ~/.profile
source ~/.xsession
xrdb -merge ~/.Xresources
# Run all system xinitrc shell scripts
@ -14,7 +15,4 @@ if [ -d "$xinitdir" ]; then
done
fi
~/.profile
~/.xsession
exec i3