From 062d51d4e58618fe9050600621a1d06b53f5aa7c Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Fri, 16 Apr 2021 13:49:15 +0200 Subject: [PATCH] .bashrc: TZ: Termux compatibility. --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index dd88391..57623c7 100644 --- a/.bashrc +++ b/.bashrc @@ -209,8 +209,8 @@ export HISTSIZE=10000000 export HISTFILESIZE="$HISTSIZE" export GDBHISTFILE="$HOME/.gdb_history" export CVS_RSH="ssh" -export TZ=":/usr/share/zoneinfo/Europe/Prague" -#export TZ=":/usr/share/zoneinfo/Canada/Eastern" +export TZ="Europe/Prague" +#export TZ="Canada/Eastern" export PYTHONUNBUFFERED=1 export ASAN_OPTIONS=detect_leaks=0 export GTK_OVERLAY_SCROLLING=0 -- 1.8.3.1