From 88a393159be9d2a3d2c017aaf2ff76df8831e94e Mon Sep 17 00:00:00 2001 From: Rainer Wittmaack Date: Tue, 12 Jul 2022 19:07:06 -0500 Subject: [PATCH] add local specific overrides --- .config/shell/profile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/shell/profile b/.config/shell/profile index 9515179d..13ee95e1 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -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