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
|
autoload -Uz compinit
|
||||||
compinit
|
compinit
|
||||||
# End of lines added by compinstall
|
HISTFILE=~/.zsh_history
|
||||||
# Lines configured by zsh-newuser-install
|
HISTSIZE=5000000
|
||||||
HISTFILE=~/.histfile
|
SAVEHIST=5000000
|
||||||
HISTSIZE=2000
|
|
||||||
SAVEHIST=2000
|
|
||||||
setopt appendhistory beep nomatch notify autocd histignoredups
|
setopt appendhistory beep nomatch notify autocd histignoredups
|
||||||
|
|
||||||
bindkey -e
|
bindkey -e
|
||||||
# End of lines configured by zsh-newuser-install
|
|
||||||
|
|
||||||
# Arrows in the Completition menu
|
# Arrows in the Completition menu
|
||||||
zstyle ':completion:*' menu select
|
zstyle ':completion:*' menu select
|
||||||
|
@ -38,13 +35,10 @@ precmd() {
|
||||||
echo -ne "\e]2;${HOST}:${tab_label}\a"
|
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
|
REPORTTIME=1
|
||||||
|
|
||||||
alias ../..='cd ../..'
|
# . ~/.profile
|
||||||
alias ../../..='cd ../../..'
|
|
||||||
|
|
||||||
. ~/.profile
|
|
||||||
|
|
||||||
# perl stuff
|
# perl stuff
|
||||||
PATH="/home/fnedoluha/perl5/bin${PATH:+:${PATH}}"; export PATH;
|
PATH="/home/fnedoluha/perl5/bin${PATH:+:${PATH}}"; export PATH;
|
||||||
|
|
Loading…
Reference in a new issue