summaryrefslogtreecommitdiff
path: root/sh/functions
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2025-10-08 11:15:11 -0500
committerzachir <zachir@librem.one>2025-10-08 11:15:11 -0500
commit10d59796b2525ab0b81a9efb4c5af447d279ce44 (patch)
treecc3f1c0e6b497f883af24c7aa7dcac48883c3b82 /sh/functions
parent0bd325c01ff59fa19bed96cfe2478ffe4fc8de38 (diff)
Add work Documents shortcutcas
Diffstat (limited to 'sh/functions')
-rw-r--r--sh/functions1
1 files changed, 1 insertions, 0 deletions
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