add local specific overrides

This commit is contained in:
Rainer Wittmaack 2022-07-12 19:07:06 -05:00
parent 2a34af646c
commit 88a393159b
No known key found for this signature in database
GPG Key ID: 0435BA78DFF36BD9

View File

@ -140,6 +140,11 @@ ex=🎯:\
*.java=♨:\
"
# Load local specific overrides
for f in ${XDG_CONFIG_HOME:-$HOME/.config}/shell/profile.d/*; do
[[ -e "${f}" ]] && . "${f}"
done
[ ! -f ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc ] && shortcuts >/dev/null 2>&1 &
if pacman -Qs libxft-bgra >/dev/null 2>&1; then