profile: source locale.conf
This commit is contained in:
parent
1d4cfaa346
commit
4cfbe7d77f
1 changed files with 4 additions and 0 deletions
|
@ -116,6 +116,10 @@ export _JAVA_OPTIONS="-Djava.util.prefs.userRoot=${XDG_CONFIG_HOME}/java"
|
|||
export GIT_SIGN_FALLBACK_KEY_IDS="config"
|
||||
export REQUESTS_CA_BUNDLE="/etc/ssl/certs/ca-certificates.crt"
|
||||
|
||||
set -a
|
||||
. /etc/locale.conf
|
||||
set +a
|
||||
|
||||
for NEW_PATH in \
|
||||
"${PNPM_HOME}" \
|
||||
"${XDG_DATA_HOME}/cargo/bin" \
|
||||
|
|
Loading…
Add table
Reference in a new issue