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:
parent
72c7780f3a
commit
92e4f3e6da
4
.xinitrc
4
.xinitrc
@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
source ~/.profile
|
source ~/.profile
|
||||||
|
source ~/.xsession
|
||||||
xrdb -merge ~/.Xresources
|
xrdb -merge ~/.Xresources
|
||||||
|
|
||||||
# Run all system xinitrc shell scripts
|
# Run all system xinitrc shell scripts
|
||||||
@ -14,7 +15,4 @@ if [ -d "$xinitdir" ]; then
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
~/.profile
|
|
||||||
~/.xsession
|
|
||||||
|
|
||||||
exec i3
|
exec i3
|
||||||
|
Loading…
Reference in New Issue
Block a user