mirror of
https://github.com/akelge/zsh
synced 2025-07-04 13:39:07 +00:00
New version of zsh startup files:
- Supports Darwin AND Linux - No more .zshrc.local - New completion (BETA)
This commit is contained in:
24
zsh.d/10-environment
Normal file
24
zsh.d/10-environment
Normal file
@ -0,0 +1,24 @@
|
||||
#######################################################################################
|
||||
# Variables
|
||||
|
||||
## Vars used always
|
||||
PATH="/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/sbin:/sbin:$HOME/bin:."
|
||||
SAVEHIST=500
|
||||
HISTFILE=~/.history
|
||||
HISTSIZE=10000
|
||||
LANG="it_IT.UTF-8"
|
||||
TZ='Europe/Rome'
|
||||
MIBS=all
|
||||
LOGD=/var/log
|
||||
|
||||
## If we are not interactive quit
|
||||
[ -z "$PS1" ] && return
|
||||
|
||||
## Vars only for interactive sessions
|
||||
EDITOR=vi
|
||||
PYTHONSTARTUP=~/.pythonrc.py
|
||||
LOGCHECK=30
|
||||
REPORTTIME=15
|
||||
WATCH=notme
|
||||
WATCHFMT="%n %a %l (%m) at %t."
|
||||
# vim: set ts=4 sw=4 tw=0 ft=zsh :
|
Reference in New Issue
Block a user