diff options
author | zachir <zachir@librem.one> | 2025-08-31 13:11:42 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-08-31 13:11:42 -0500 |
commit | c871797ece21cf76e2ab0d781e6e631f75743720 (patch) | |
tree | 9325101b13fda86b338aeff47f3a6a5ebdcb90ab /sh/functions | |
parent | caec8a848cce215eea40efc76342805c2f50179a (diff) | |
parent | 8b8852baa95df9f2ae343e92f638d9994ec084ca (diff) |
Merge branch 'master' into cla
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 8d8a681..e84ea51 100644 --- a/sh/functions +++ b/sh/functions @@ -175,6 +175,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" ;; |