Compare commits

..

No commits in common. "706ed31198731d9b86e5ba906b6f11da5229c506" and "4c1e256d6308b02d2e835ff6e11e86e7276676f3" have entirely different histories.

View file

@ -5,11 +5,7 @@ export PROFILE_LOADED=true
export SHELL_CONFIG_DIR="${SHELL_CONFIG_DIR:-"${XDG_CONFIG_HOME:-"$HOME/.config"}/shell"}"
for f in "$SHELL_CONFIG_DIR/local/env" "$SHELL_CONFIG_DIR/env"; do
if test -f "$f"; then
. "$f"
fi
done
. "$SHELL_CONFIG_DIR/env"
# Locales
export LC_ALL=en_US.UTF-8