From 704a1ddcbea913d783bc45432f877fdaa02c91b5 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Fri, 13 Aug 2021 17:07:57 -0300 Subject: [PATCH] zsh: add 'ce' to history ignore --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 6ebb976..e358b69 100644 --- a/.zshrc +++ b/.zshrc @@ -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