Skip to content

Commit a708eb9

Browse files
authored
export
1 parent fe910e5 commit a708eb9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Linux/.bashrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,12 @@ if [[ -z "${HOMETMP+x}" ]] || [[ -z "${HOMETMP##*[[:space:]]}" ]]; then
9797
HOMETMP="${HOME}/tmp" ; mkdir -p "${HOMETMP}"
9898
fi
9999
if [[ -z "${USER_AGENT}" ]]; then
100-
USER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"
100+
USER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')"
101101
fi
102102
if [[ -z "${SYSTMP+x}" ]] || [[ -z "${SYSTMP##*[[:space:]]}" ]]; then
103103
SYSTMP="$(dirname "$(mktemp -u)" | tr -d '[:space:]')"
104104
fi
105+
export USER HOME HOMETMP USER_AGENT SYSTMP
105106
#Core
106107
export BASH_SILENCE_DEPRECATION_WARNING="1"
107108
export LANGUAGE="${LANGUAGE:-en_US:en}"

0 commit comments

Comments
 (0)