home: zsh: clean-up blank in history
This commit is contained in:
parent
e2546bd958
commit
3736e3a415
|
@ -10,5 +10,7 @@ setopt rcquotes
|
||||||
setopt autoresume
|
setopt autoresume
|
||||||
# Append commands to history as they are exectuted
|
# Append commands to history as they are exectuted
|
||||||
setopt inc_append_history_time
|
setopt inc_append_history_time
|
||||||
|
# Remove useless whitespace from commands
|
||||||
|
setopt hist_reduce_blanks
|
||||||
# Those options aren't wanted
|
# Those options aren't wanted
|
||||||
unsetopt beep extendedglob notify
|
unsetopt beep extendedglob notify
|
||||||
|
|
Loading…
Reference in a new issue