From d59295487c1e5be57e932833c20addae2ef6bc35 Mon Sep 17 00:00:00 2001 From: justmidi Date: Tue, 28 Sep 2021 03:19:07 +0000 Subject: [PATCH] changed relative dir to SH_CONFIG --- pm.sh | 2 +- rc.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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