add xdg-open alias

This commit is contained in:
Jakobus Schürz 2022-01-27 18:06:46 +01:00
parent c95dc7e695
commit 5c45020d57

View file

@ -17,6 +17,7 @@ alias remountshared='sudo systemctl restart media-remote-sharefs-userdata.mount'
alias umountshared='sudo systemctl stop media-remote-sharefs-userdata.mount'
alias musictag='python3 -m music_tag'
alias nestedwayland='dbus-run-session -- gnome-shell --nested --wayland'
alias xo='xdg-open .'