zsh: add 'ce' to history ignore

This commit is contained in:
Guilherme Rugai Freire 2021-08-13 17:07:57 -03:00
parent ae85548279
commit 704a1ddcbe
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

2
.zshrc
View File

@ -15,6 +15,8 @@ source $ZSH/oh-my-zsh.sh
# Set cursor to beam shape
echo -ne '\e[5 q'
export HISTORY_IGNORE="ce"
### zinit plugins - start
source $HOME/.zinit/bin/zinit.zsh