Skip to content

Commit 2558c3c

Browse files
authored
better
1 parent b73b4bd commit 2558c3c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Linux/.bashrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,11 @@ if [[ -z "${SYSTMP+x}" ]] || [[ -z "${SYSTMP##*[[:space:]]}" ]]; then
8484
SYSTMP="$(dirname $(mktemp -u) | tr -d '[:space:]')"
8585
fi
8686
#Core
87+
export BASH_SILENCE_DEPRECATION_WARNING="1"
8788
export LANGUAGE="${LANGUAGE:-en_US:en}"
8889
export LANG="${LANG:-en_US.UTF-8}"
89-
export LC_ALL="${LC_ALL:-${LANG}}"
90+
export LC_ALL="${LC_ALL:-${LANG}}" 2>/dev/null
91+
export TMOUT="0"
9092
BW_INTERFACE="$(ip route | grep -i 'default' | awk '{print $5}' | tr -d '[:space:]')" && export BW_INTERFACE="${BW_INTERFACE}"
9193
current_dir="$(pwd)"
9294
##PATHS (Only Required)

0 commit comments

Comments
 (0)