diff --git a/.env b/.env index f0f6170..b58635c 100644 --- a/.env +++ b/.env @@ -10,3 +10,5 @@ export ZSH=$HOME/.oh-my-zsh export ZSH_THEME="caddy" export ZSH_DISABLE_COMPFIX=true export ZSH_COMPDUMP=$ZSH/cache/.zcompdump-$HOST +# Ignore cd and ls commands in history +export HIST_IGNORE="cd:ls"