mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
add local specific overrides
This commit is contained in:
parent
2a34af646c
commit
88a393159b
@ -140,6 +140,11 @@ ex=🎯:\
|
|||||||
*.java=♨:\
|
*.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 &
|
[ ! -f ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc ] && shortcuts >/dev/null 2>&1 &
|
||||||
|
|
||||||
if pacman -Qs libxft-bgra >/dev/null 2>&1; then
|
if pacman -Qs libxft-bgra >/dev/null 2>&1; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user