changed relative dir to SH_CONFIG
This commit is contained in:
parent
87217ea857
commit
d59295487c
2 changed files with 2 additions and 2 deletions
2
pm.sh
2
pm.sh
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
OS=`cat $XDG_CONFIG_HOME/sh/os`
|
OS=`cat $SH_CONFIG/os`
|
||||||
|
|
||||||
[ OS == "alpine" ] && \
|
[ OS == "alpine" ] && \
|
||||||
alias install='apk add' && \
|
alias install='apk add' && \
|
||||||
|
|
2
rc.sh
2
rc.sh
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export SH_CONFIG="$HOME"/.config/sh/
|
export SH_CONFIG="$HOME"/.config/sh
|
||||||
source $SH_CONFIG/variables.sh
|
source $SH_CONFIG/variables.sh
|
||||||
source $SH_CONFIG/shortcuts.sh
|
source $SH_CONFIG/shortcuts.sh
|
||||||
source $SH_CONFIG/system_tools.sh
|
source $SH_CONFIG/system_tools.sh
|
||||||
|
|
Loading…
Reference in a new issue