Remove commands starting with space from history

This commit is contained in:
Fabian Ising
2021-11-16 09:41:21 +01:00
parent 70d4cfc81b
commit 1f3b893bbb

View File

@@ -14,6 +14,7 @@ export PATH="$HOME/.local/bin:$PATH"
# Load Antigen # Load Antigen
setopt interactivecomments setopt interactivecomments
setopt HIST_IGNORE_SPACE
source ~/.zsh/antigen/antigen.zsh source ~/.zsh/antigen/antigen.zsh
# Clear screen by ctrl+q # Clear screen by ctrl+q