mirror of
https://github.com/akelge/zsh
synced 2025-08-15 06:28:24 +00:00
Removed LANG and TZ env vars
This commit is contained in:
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
## Vars used always
|
## Vars used always
|
||||||
PATH="/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/sbin:/sbin:$HOME/bin:."
|
PATH="/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/sbin:/sbin:$HOME/bin:."
|
||||||
LANG="it_IT.UTF-8"
|
# LANG="it_IT.UTF-8"
|
||||||
TZ='Europe/Rome'
|
# TZ='Europe/Rome'
|
||||||
MIBS=all
|
MIBS=all
|
||||||
LOGD=/var/log
|
LOGD=/var/log
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user