diff options
| author | David Kaufmann <astra@ionic.at> | 2015-01-30 02:12:46 +0100 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2015-01-30 02:12:46 +0100 |
| commit | 0eef78d5799704ddf4fa85bfb7f68063207e485d (patch) | |
| tree | 5c7a0c139071a864dbeb9de125932b5f0db99e95 | |
| parent | bd60fbeab327d049baa218c300b536f61e7f2874 (diff) | |
| download | config-0eef78d5799704ddf4fa85bfb7f68063207e485d.tar.gz | |
more lines for zsh-history
| -rw-r--r-- | skel/.zshrc.local | 5 |
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" |
