summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2026-06-10 11:38:28 -0500
committerZachIR <zachir@librem.one>2026-06-10 11:38:28 -0500
commitbd86e63a98d64c57883f24c13167e6884c2e0915 (patch)
treec85b84566a9667d9451400f2252ac64fc2be91cc /sh
parentd26a071b57badbe9852caf92cf4b828e3f2145ca (diff)
parenta6e4088777d1b99b3952502febf1bd9878822d61 (diff)
Merge branch 'master' into carcar
Diffstat (limited to 'sh')
-rw-r--r--sh/functions2
1 files changed, 2 insertions, 0 deletions
diff --git a/sh/functions b/sh/functions
index 33feee0..878477d 100644
--- a/sh/functions
+++ b/sh/functions
@@ -93,6 +93,7 @@ rs - /etc/runit/sv
sc - $HOME/.local/bin/scripts
sh - $XDG_CONFIG_HOME/sh
sl - $SRCDIR/slock
+sr - $HOME/Shared
ss - /etc/s6/sv
st - $SRCDIR/st
sx - $XDG_CONFIG_HOME/sxhkd
@@ -166,6 +167,7 @@ zx - $XDG_DOCUMENTS_DIR/zachir.xyz
"sc") cd "$HOME/.local/bin/scripts" ;;
"sh") cd "$XDG_CONFIG_HOME/sh" ;;
"sl") cd "$SRCDIR/slock" ;;
+"sr") cd "$HOME/Shared" ;;
"ss") cd "/etc/s6/sv" ;;
"st") cd "$SRCDIR/st" ;;
"sx") cd "$XDG_CONFIG_HOME/sxhkd" ;;