This commit is contained in:
Ray Elliott 2026-01-23 19:20:42 +00:00
parent 8aa0f63419
commit 89f51d3b98
1 changed files with 1 additions and 1 deletions

View File

@ -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'