summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-02-23 21:09:36 +0100
committerGravatar Tom Willemsen2011-02-23 21:09:36 +0100
commitec8d1f73784f9362f7cc2cd17704538a4273460e (patch)
tree59f8a66f4854e968be1a91afc307cb4e4ca386bf /zshrc
parent7d157f9024cf1915e19d7645255bee63dd6e4335 (diff)
downloaddotfiles-ec8d1f73784f9362f7cc2cd17704538a4273460e.tar.gz
dotfiles-ec8d1f73784f9362f7cc2cd17704538a4273460e.zip
Histfile added to zsh
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc11
1 files changed, 11 insertions, 0 deletions
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'