From ec8d1f73784f9362f7cc2cd17704538a4273460e Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 23 Feb 2011 21:09:36 +0100 Subject: Histfile added to zsh --- zshrc | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'zshrc') diff --git a/zshrc b/zshrc index fbd0458..d67f635 100644 --- a/zshrc +++ b/zshrc @@ -2,6 +2,17 @@ # Setup variables PATH="${PATH}:/usr/local/bin:${HOME}/bin" +HISTFILE=~/.zsh/histfile +HISTSIZE=1000 +SAVEHIST=1000 + +setopt notify + +zstyle :compinstall filename '/home/slash/.zshrc' + +autoload -Uz compinit +compinit + export LESS_TERMCAP_mb=$'\e[1;37m' export LESS_TERMCAP_md=$'\e[1;37m' export LESS_TERMCAP_me=$'\e[0m' -- cgit v1.2.3-54-g00ecf