diff options
| author | zsmith <zsmith@newhopechurch.tv> | 2026-06-15 09:14:52 -0500 |
|---|---|---|
| committer | zsmith <zsmith@newhopechurch.tv> | 2026-06-15 09:14:52 -0500 |
| commit | d1f98e169b0ebc2868dc56c296a322c955b11e29 (patch) | |
| tree | 485ac2078082a612af9f72abb69fc5de33dd67e3 | |
| parent | 163c0043cfa0e790d6b04cda2b3b05f9f2138d50 (diff) | |
| parent | a6e4088777d1b99b3952502febf1bd9878822d61 (diff) | |
Merge branch 'master' into macmac
| -rw-r--r-- | lf/lfrc | 1 | ||||
| -rw-r--r-- | sh/functions | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -389,6 +389,7 @@ map grs cd "/etc/runit/sv" map gsc cd "~/.local/bin/scripts" map gsh cd "~/.config/sh" map gsl cd "~/.local/src/slock" +map gsr cd "~/Shared" map gss cd "/etc/s6/sv" map gst cd "~/.local/src/st" map gsx cd "~/.config/sxhkd" 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" ;; |
