This repository has been archived on 2024-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
al-skel/home/.xprofile

11 lines
218 B
Bash

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