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'