From 5c45020d57b911f801087d1435f881cccd5fd378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Thu, 27 Jan 2022 18:06:46 +0100 Subject: [PATCH] add xdg-open alias --- aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/aliases b/aliases index 2e4ce67..a530bf8 100644 --- a/aliases +++ b/aliases @@ -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 .'