From 0eef78d5799704ddf4fa85bfb7f68063207e485d Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Fri, 30 Jan 2015 02:12:46 +0100 Subject: more lines for zsh-history --- skel/.zshrc.local | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'skel') diff --git a/skel/.zshrc.local b/skel/.zshrc.local index 02a0ff0..8043622 100644 --- a/skel/.zshrc.local +++ b/skel/.zshrc.local @@ -1,7 +1,7 @@ # Lines configured by zsh-newuser-install HISTFILE=~/.histfile -HISTSIZE=16000 -SAVEHIST=16000 +HISTSIZE=65536 +SAVEHIST=65536 eval `dircolors -b` # Timestamps in history @@ -52,7 +52,6 @@ alias cp="cp -i" alias nano="nano -w" #alias ls="ls --color=auto" alias snownews="snownews -u" -alias whois="whois -s" alias route6="route -Ainet6" alias biew="TERM=vt100 biew" -- cgit v1.2.3