From 10d59796b2525ab0b81a9efb4c5af447d279ce44 Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 8 Oct 2025 11:15:11 -0500 Subject: Add work Documents shortcut --- sh/functions | 1 + 1 file changed, 1 insertion(+) (limited to 'sh') diff --git a/sh/functions b/sh/functions index e7270bc..7d4cb32 100644 --- a/sh/functions +++ b/sh/functions @@ -191,6 +191,7 @@ zx - $XDG_DOCUMENTS_DIR/zachir.xyz "yc") cd "$XDG_CONFIG_HOME/yay" ;; "zs") cd "$XDG_CONFIG_HOME/zsh" ;; "zx") cd "$XDG_DOCUMENTS_DIR/zachir.xyz" ;; +"dr") cd "$XDG_DOCUMENTS_DIR/work" ;; # STOPPATHS *) echo "\"$1\" is not a known location" ;; esac -- cgit v1.2.3