X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/f65351a4282b68f599c318a86bb51952a31f17ce..367a240534f2e939fbb15baed6a34736b7360637:/xprofile?ds=sidebyside diff --git a/xprofile b/xprofile new file mode 100644 index 0000000..97580b9 --- /dev/null +++ b/xprofile @@ -0,0 +1,10 @@ +#!/bin/sh + +userprofile_d=$XDG_CONFIG_HOME/xprofile.d + +if [ -d "$userprofile_d" ] ; then + for f in $userprofile_d/?*.sh ; do + [ -f "$f" ] && source "$f" + done + unset f +fi