From 89f51d3b987dbdb4e3ec17fefb93d23b5fdf8180 Mon Sep 17 00:00:00 2001 From: ray Date: Fri, 23 Jan 2026 19:20:42 +0000 Subject: [PATCH] update --- aliases.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aliases.sh b/aliases.sh index 6ac9037..43d2770 100644 --- a/aliases.sh +++ b/aliases.sh @@ -51,7 +51,7 @@ alias ea='nvim .autonote.md' alias ee='nvim .' alias debug.log='clear && echo "" > debug.log && tail -f debug.log' -alias sx='/usr/bin/sxhkd -c /home/ray/.config/sxhkd/sxhkdrc /home/ray/.config/sxhkd/sxhkdrc.bspwm /home/ray/.config/sxhkd/sxhkdrc.bspwm.machineone &' +alias sx='env -u APPIMAGE -u APPDIR -u LD_LIBRARY_PATH -u XDG_DATA_DIRS /usr/bin/sxhkd -c /home/ray/.config/sxhkd/sxhkdrc /home/ray/.config/sxhkd/sxhkdrc.bspwm /home/ray/.config/sxhkd/sxhkdrc.bspwm.machineone &' alias g='git status' alias gg='git add . && git commit -m "update" && git push'