diff --git a/src/.config/vars b/src/.config/vars old mode 100755 new mode 100644 index a2cdebb..2661838 --- a/src/.config/vars +++ b/src/.config/vars @@ -1,10 +1,9 @@ #!/bin/sh -export VARS_SET=1 if [ -n "$VARS_SET" ]; then - exit + return fi - +export VARS_SET=1 # Set XDG directories export XDG_CONFIG_HOME="$HOME"/.config diff --git a/src/.profile b/src/.profile index 661268b..d05f504 100644 --- a/src/.profile +++ b/src/.profile @@ -1,6 +1,6 @@ #!/bin/sh -~/.config/vars +. ~/.config/vars if [ "$SYSTEM_PROFILE" = "DEFAULT" ]; then eval $(ssh-agent)