changed relative dir to SH_CONFIG

This commit is contained in:
justmidi 2021-09-28 03:19:07 +00:00
parent 87217ea857
commit d59295487c
2 changed files with 2 additions and 2 deletions

2
pm.sh
View File

@ -1,6 +1,6 @@
#!/bin/sh
OS=`cat $XDG_CONFIG_HOME/sh/os`
OS=`cat $SH_CONFIG/os`
[ OS == "alpine" ] && \
alias install='apk add' && \

2
rc.sh
View File

@ -1,6 +1,6 @@
#!/bin/sh
export SH_CONFIG="$HOME"/.config/sh/
export SH_CONFIG="$HOME"/.config/sh
source $SH_CONFIG/variables.sh
source $SH_CONFIG/shortcuts.sh
source $SH_CONFIG/system_tools.sh