summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsmith <zsmith@newhopechurch.tv>2026-05-04 14:40:08 -0500
committerzsmith <zsmith@newhopechurch.tv>2026-05-04 14:40:08 -0500
commit163c0043cfa0e790d6b04cda2b3b05f9f2138d50 (patch)
treecddd28f739834c474cd2b144affa81fccb494b6c
parent2c2c780a1ead2c734f96426438a25a8e7d161998 (diff)
parent18e90d9355c63219a2faf866c3dfac89dbbfb197 (diff)
Merge branch 'master' into macmac
-rw-r--r--lf/lfrc1
-rw-r--r--sh/functions2
2 files changed, 3 insertions, 0 deletions
diff --git a/lf/lfrc b/lf/lfrc
index 456bf26..7c04692 100644
--- a/lf/lfrc
+++ b/lf/lfrc
@@ -369,6 +369,7 @@ map gdl cd "~/.local/src/dwl"
map gdm cd "~/.local/src/dmenu"
map gdo cd "~/Downloads"
map gdp cd "~/Downloads/plugin/zachir_librem.one"
+map gdr cd "~/Documents/work"
map gdw cd "~/Downloads/wine"
map ge cd "~/Desktop"
map gf cd "~/.var/app"
diff --git a/sh/functions b/sh/functions
index e7270bc..33feee0 100644
--- a/sh/functions
+++ b/sh/functions
@@ -73,6 +73,7 @@ dl - $SRCDIR/dwl
dm - $SRCDIR/dmenu
do - $XDG_DOWNLOAD_DIR
dp - $XDG_DOWNLOAD_DIR/plugin/zachir_librem.one
+dr - $XDG_DOCUMENTS_DIR/work
dw - $XDG_DOWNLOAD_DIR/wine
e - $XDG_DESKTOP_DIR
f - $HOME/.var/app
@@ -145,6 +146,7 @@ zx - $XDG_DOCUMENTS_DIR/zachir.xyz
"dm") cd "$SRCDIR/dmenu" ;;
"do") cd "$XDG_DOWNLOAD_DIR" ;;
"dp") cd "$XDG_DOWNLOAD_DIR/plugin/zachir_librem.one" ;;
+"dr") cd "$XDG_DOCUMENTS_DIR/work" ;;
"dw") cd "$XDG_DOWNLOAD_DIR/wine" ;;
"e") cd "$XDG_DESKTOP_DIR" ;;
"f") cd "$HOME/.var/app" ;;