diff --git a/.zshrc b/.zshrc index 132f9b1..9de4246 100644 --- a/.zshrc +++ b/.zshrc @@ -5,15 +5,12 @@ zstyle :compinstall filename '~/.zshrc' autoload -Uz compinit compinit -# End of lines added by compinstall -# Lines configured by zsh-newuser-install -HISTFILE=~/.histfile -HISTSIZE=2000 -SAVEHIST=2000 +HISTFILE=~/.zsh_history +HISTSIZE=5000000 +SAVEHIST=5000000 setopt appendhistory beep nomatch notify autocd histignoredups bindkey -e -# End of lines configured by zsh-newuser-install # Arrows in the Completition menu zstyle ':completion:*' menu select @@ -38,13 +35,10 @@ precmd() { echo -ne "\e]2;${HOST}:${tab_label}\a" } -# Report CPU usage for commands running longer than 5 seconds +# Report CPU usage for commands running longer than 1 second REPORTTIME=1 -alias ../..='cd ../..' -alias ../../..='cd ../../..' - -. ~/.profile +# . ~/.profile # perl stuff PATH="/home/fnedoluha/perl5/bin${PATH:+:${PATH}}"; export PATH;