al-skel/home/.xprofile
2018-05-08 00:34:04 -07:00

11 lines
220 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"