summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'