diff options
Diffstat (limited to 'sh/functions')
-rw-r--r-- | sh/functions | 1 |
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 |