diff options
Diffstat (limited to 'bin/shenv')
-rwxr-xr-x | bin/shenv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/shenv b/bin/shenv index b242955..6251155 100755 --- a/bin/shenv +++ b/bin/shenv @@ -1,5 +1,5 @@ #!/bin/sh # simply sources the shrc and runs a shell with that as its environment. # passes through all arguments that sh takes. to be used instead of sh. -. ${XDG_CONFIG_HOME:=$HOME/.config}/shrc +. ${HOME_ETC:=$HOME/etc}/shrc exec /bin/sh "$@" |