update to new vm
This commit is contained in:
parent
f49a4968a7
commit
cf4031802c
1 changed files with 5 additions and 11 deletions
16
.zshrc
16
.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;
|
||||
|
|
Loading…
Reference in a new issue