al-skel/home/.xprofile

11 lines
218 B
Plaintext
Raw Normal View History

2017-10-23 18:35:35 -05:00
# .xprofile
# vim:ft=sh
2017-10-23 18:35:35 -05:00
2018-05-08 02:34:04 -05:00
# sourced at boot by xinit
[ -d /sbin ] && PATH="$PATH:/sbin"
[ -d /usr/sbin ] && PATH="$PATH:/usr/sbin"
[ -d ~/bin ] && PATH="$HOME/bin:$PATH"
2018-05-08 02:34:04 -05:00
export XDG_CONFIG_HOME="$HOME/.config"