al-skel/home/.xprofile
2018-05-18 20:36:34 -07:00

11 lines
216 B
Bash

# .xprofile
# vim:ft=sh
# sourced at boot by xinit
[ -d /sbin ] && PATH="$PATH:/sbin"
[ -d /usr/sbin ] && PATH="$PATH:/usr/sbin"
[ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH"
export XDG_CONFIG_HOME="$HOME/.config"