zsh/zshenv: add TZ setting (Europe/London)

This commit is contained in:
Gender Demon 2020-09-17 17:59:21 +01:00
parent 29e7913420
commit f37d5da69c
1 changed files with 2 additions and 0 deletions

View File

@ -6,3 +6,5 @@ export PATH=$PATH:/home/cren/.local/bin
# pfetch config
export PF_INFO="ascii title os kernel shell wm memory pkgs palette"
export PF_ASCII="linux"
export TZ='Europe/London'