update to new vm

This commit is contained in:
finga 2018-05-08 13:33:04 +02:00
parent f49a4968a7
commit cf4031802c

16
.zshrc
View file

@ -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;