xdg
This commit is contained in:
parent
d86aedc6a2
commit
f61d615152
2 changed files with 5 additions and 0 deletions
|
@ -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" \
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
HOME=$HOME/.local/share/mozilla
|
||||
mkdir -p "$HOME"
|
||||
|
||||
exec firefox -P hardened "$@"
|
||||
|
|
Loading…
Reference in a new issue