Revert history change

This commit is contained in:
Andrea Mistrali 2015-11-07 09:04:14 +01:00
parent a05f99dae0
commit c300ea083a
2 changed files with 1 additions and 33 deletions

View File

@ -1,33 +1 @@
#######################################################################################
# Variables
## 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'
MIBS=all
LOGD=/var/log
## If we are not interactive quit
[ -z "$PS1" ] && return
## Vars only for interactive sessions
SAVEHIST=500
HISTFILE=~/.history
HISTSIZE=10000
PYTHONSTARTUP=~/.pythonrc.py
LOGCHECK=30
REPORTTIME=15
WATCH=notme
WATCHFMT="%n %a %l (%m) at %t."
EDITOR=vim
VISUAL=vim
#
# Hack for svn
export SVN_EDITOR=${VISUAL}
# Set umask to collaborative mode
umask 002
# vim: set ts=4 sw=4 tw=0 ft=zsh :

View File

@ -4,7 +4,7 @@ if `fancyTerm`; then
# We are on xterminal
W="%n@%m:%."
I="%m:%."
L="%B@%m %~ %#%b "
L="%B@%m %4(~:...:)%3~ %#%b "
PS1="%{]2;$W%}%{]1;$I%}$L"
unset W I L