diff options
author | zachir <zachir@librem.one> | 2025-08-31 09:17:55 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-08-31 09:17:55 -0500 |
commit | 7f0b698bef75fc658e78fbc9a93bc934f83fb32e (patch) | |
tree | dcb0d8b8a78c1f4ca08a502c228c1e14c5e56df4 /sh/functions | |
parent | 319a4aa31372541879aa3c7ad46947d085c53623 (diff) | |
parent | 8b8852baa95df9f2ae343e92f638d9994ec084ca (diff) |
Merge branch 'master' into cas
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" ;; |