diff options
Diffstat (limited to 'sh')
| -rw-r--r-- | sh/functions | 2 | ||||
| -rw-r--r-- | sh/profile | 1 |
2 files changed, 3 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" ;; @@ -127,6 +127,7 @@ addtopath "$CARGO_HOME/bin" addtopath "$GOPATH/bin" addtopath "$ZVMPATH" addtopath "$ZVM_INSTALL" +addtopath "/opt/$USER/Grayjay.Desktop-linux-x64-v4" addtopath "/var/lib/flatpak/exports/bin" # MERGE PATHS |
