diff options
Diffstat (limited to 'skel')
| -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" |
