From 86c4d7c2a0c972799ce8d5c78aa48ae9f4c7565b Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 29 Apr 2013 01:12:02 -0400 Subject: [PATCH] Update history length --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zshrc b/.zshrc index 5335d16..1bdeb52 100644 --- a/.zshrc +++ b/.zshrc @@ -11,6 +11,12 @@ ZSH_THEME="robbyrussell" chpwd() { ls -lvh --color=auto } + +# Larger history +HISTSIZE=10000 +HISTFILE=~/.zsh_history +SAVEHIST=10000 + # Example aliases # alias zshconfig="mate ~/.zshrc" # alias ohmyzsh="mate ~/.oh-my-zsh"