summaryrefslogtreecommitdiff
path: root/sh/functions
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2026-06-09 12:57:53 -0500
committerzachir <zachir@librem.one>2026-06-09 12:57:58 -0500
commit19066394acb328098d71a030d3b91af9ae8f295a (patch)
treec17278c1113137ea99c2ccce39bb3e7a0e136927 /sh/functions
parent716c1e5a60cd07b224126140d7619fae9aca3ee6 (diff)
Add shortcut for ~/Shared
Diffstat (limited to 'sh/functions')
-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" ;;