preserver history in zsh
This commit is contained in:
5
.zshrc
5
.zshrc
@ -7,6 +7,11 @@ fi
|
|||||||
|
|
||||||
ZSH_THEME="simple"
|
ZSH_THEME="simple"
|
||||||
|
|
||||||
|
HISTFILE=~/.zsh_history
|
||||||
|
HISTSIZE=15000
|
||||||
|
SAVEHIST=15000
|
||||||
|
setopt appendhistory
|
||||||
|
|
||||||
alias v="nvim"
|
alias v="nvim"
|
||||||
alias ls="ls --color"
|
alias ls="ls --color"
|
||||||
alias acpoet='source $( poetry env list --full-path | grep Activated | cut -d" " -f1 )/bin/activate'
|
alias acpoet='source $( poetry env list --full-path | grep Activated | cut -d" " -f1 )/bin/activate'
|
||||||
|
|||||||
Reference in New Issue
Block a user