summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kaufmann <astra@ionic.at>2015-01-30 02:12:46 +0100
committerDavid Kaufmann <astra@ionic.at>2015-01-30 02:12:46 +0100
commit0eef78d5799704ddf4fa85bfb7f68063207e485d (patch)
tree5c7a0c139071a864dbeb9de125932b5f0db99e95
parentbd60fbeab327d049baa218c300b536f61e7f2874 (diff)
downloadconfig-0eef78d5799704ddf4fa85bfb7f68063207e485d.tar.gz
more lines for zsh-history
-rw-r--r--skel/.zshrc.local5
1 files changed, 2 insertions, 3 deletions
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"