al-skel/home/.xprofile

11 lines
220 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
2018-05-08 02:34:04 -05:00
[ -d "/sbin" ] && PATH="$PATH:/sbin"
[ -d "/usr/sbin" ] && PATH="$PATH:/usr/sbin"
[ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH"
2018-05-08 02:34:04 -05:00
export XDG_CONFIG_HOME="$HOME/.config"