diff options
author | zachir <zachir@librem.one> | 2025-08-31 09:17:46 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-08-31 09:17:46 -0500 |
commit | 8b8852baa95df9f2ae343e92f638d9994ec084ca (patch) | |
tree | fb664ae64619d634e27c6105ec432b7379cd13ce /sh/functions | |
parent | ca9194b69945f07217074adb70f81af6d8161dc5 (diff) |
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 e8515d8..d5ba7ca 100644 --- a/sh/functions +++ b/sh/functions @@ -176,6 +176,7 @@ zx - /home/zachir/Documents/zachir.xyz "vsn") cd "$HOME/.vst/native" ;; "vs.") cd "$HOME/.vst" ;; "vsy") cd "$HOME/.vst/yabridge" ;; +"vw") cd "$XDG_DATA_HOME/vimwiki" ;; "wdo") cd "$WINEPREFIX/drive_c/users/$USER/Downloads" ;; "wa") cd "$SRCDIR/wallpapers" ;; "wd") cd "$WINEPREFIX" ;; |