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 | |
parent | 319a4aa31372541879aa3c7ad46947d085c53623 (diff) | |
parent | 8b8852baa95df9f2ae343e92f638d9994ec084ca (diff) |
Merge branch 'master' into cas
-rw-r--r-- | lf/lfrc | 1 | ||||
-rw-r--r-- | sh/functions | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -377,6 +377,7 @@ map gvi cd "/home/zachir/Videos" map gvsn cd "/home/zachir/.vst/native" map gvs. cd "/home/zachir/.vst" map gvsy cd "/home/zachir/.vst/yabridge" +map gvw cd "/home/zachir/.local/share/vimwiki" map gwdo cd "/home/zachir/.local/share/wineprefixes/default/drive_c/users/zachir/Downloads" map gwa cd "/home/zachir/.local/src/wallpapers" map gwd cd "/home/zachir/.local/share/wineprefixes/default" 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" ;; |