This commit is contained in:
tavo-wasd 2024-05-02 23:47:12 -06:00
parent d86aedc6a2
commit f61d615152
2 changed files with 5 additions and 0 deletions

View file

@ -29,6 +29,7 @@ alias \
# Command shortcuts
alias \
claws-mail='HOME="$XDG_DATA_HOME"/claws-mail && mkdir -p "$HOME" && claws-mail' \
mgr-all="mgr pacman_upgrade apt_upgrade flatpak_update distrobox_update pip_update configs passmgr" \
df-short="df -h | grep -v '\s/dev.*$\|\s/run.*$\|\s/boot.*$'" \
wacom-setup-menu="wacom-setup menu" \

View file

@ -1,2 +1,6 @@
#!/usr/bin/env sh
HOME=$HOME/.local/share/mozilla
mkdir -p "$HOME"
exec firefox -P hardened "$@"