.bashrc: TZ: Termux compatibility.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 16 Apr 2021 11:49:15 +0000 (13:49 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 16 Apr 2021 11:49:15 +0000 (13:49 +0200)
.bashrc

diff --git a/.bashrc b/.bashrc
index dd88391..57623c7 100644 (file)
--- 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