We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73b4bd commit 2558c3cCopy full SHA for 2558c3c
Linux/.bashrc
@@ -84,9 +84,11 @@ if [[ -z "${SYSTMP+x}" ]] || [[ -z "${SYSTMP##*[[:space:]]}" ]]; then
84
SYSTMP="$(dirname $(mktemp -u) | tr -d '[:space:]')"
85
fi
86
#Core
87
+export BASH_SILENCE_DEPRECATION_WARNING="1"
88
export LANGUAGE="${LANGUAGE:-en_US:en}"
89
export LANG="${LANG:-en_US.UTF-8}"
-export LC_ALL="${LC_ALL:-${LANG}}"
90
+export LC_ALL="${LC_ALL:-${LANG}}" 2>/dev/null
91
+export TMOUT="0"
92
BW_INTERFACE="$(ip route | grep -i 'default' | awk '{print $5}' | tr -d '[:space:]')" && export BW_INTERFACE="${BW_INTERFACE}"
93
current_dir="$(pwd)"
94
##PATHS (Only Required)
0 commit comments