mirror of https://github.com/akelge/zsh
Removed LANG and TZ env vars
This commit is contained in:
parent
90e85e7bea
commit
48ad95d8c1
|
@ -3,8 +3,8 @@
|
|||
|
||||
## Vars used always
|
||||
PATH="/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/sbin:/sbin:$HOME/bin:."
|
||||
LANG="it_IT.UTF-8"
|
||||
TZ='Europe/Rome'
|
||||
# LANG="it_IT.UTF-8"
|
||||
# TZ='Europe/Rome'
|
||||
MIBS=all
|
||||
LOGD=/var/log
|
||||
|
||||
|
|
Loading…
Reference in New Issue