diff --git a/pm.sh b/pm.sh index dfe026d..0da2b73 100755 --- a/pm.sh +++ b/pm.sh @@ -1,6 +1,6 @@ #!/bin/sh -OS=`cat $XDG_CONFIG_HOME/sh/os` +OS=`cat $SH_CONFIG/os` [ OS == "alpine" ] && \ alias install='apk add' && \ diff --git a/rc.sh b/rc.sh index 8d92b23..74595d9 100755 --- a/rc.sh +++ b/rc.sh @@ -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