preserver history in zsh

This commit is contained in:
2024-10-26 00:06:04 +05:00
parent 8a4e78956d
commit 7f2c33e948

5
.zshrc
View File

@ -7,6 +7,11 @@ fi
ZSH_THEME="simple"
HISTFILE=~/.zsh_history
HISTSIZE=15000
SAVEHIST=15000
setopt appendhistory
alias v="nvim"
alias ls="ls --color"
alias acpoet='source $( poetry env list --full-path | grep Activated | cut -d" " -f1 )/bin/activate'