Compare commits
3 commits
4c1e256d63
...
706ed31198
Author | SHA1 | Date | |
---|---|---|---|
706ed31198 | |||
40e68effdb | |||
7126443d46 |
1 changed files with 5 additions and 1 deletions
6
.profile
6
.profile
|
@ -5,7 +5,11 @@ export PROFILE_LOADED=true
|
|||
|
||||
export SHELL_CONFIG_DIR="${SHELL_CONFIG_DIR:-"${XDG_CONFIG_HOME:-"$HOME/.config"}/shell"}"
|
||||
|
||||
. "$SHELL_CONFIG_DIR/env"
|
||||
for f in "$SHELL_CONFIG_DIR/local/env" "$SHELL_CONFIG_DIR/env"; do
|
||||
if test -f "$f"; then
|
||||
. "$f"
|
||||
fi
|
||||
done
|
||||
|
||||
# Locales
|
||||
export LC_ALL=en_US.UTF-8
|
||||
|
|
Loading…
Add table
Reference in a new issue