Skip to content

Commit

Permalink
Don't record cd & ls commands in history
Browse files Browse the repository at this point in the history
* Makes it easier to scroll through

Signed-off-by: Salim Djerbouh <13698160+CaddyDz@users.noreply.github.com>
  • Loading branch information
CaddyDz committed Jan 15, 2024
1 parent f5c432b commit 8ee7a17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 8ee7a17

Please sign in to comment.