mirror of https://github.com/akelge/vim
Removed LANG and TZ env vars
This commit is contained in:
parent
90e85e7bea
commit
48ad95d8c1
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue