Fix more history bungles
This commit is contained in:
parent
be8aa30ab4
commit
2e88415a90
1 changed files with 0 additions and 4 deletions
|
@ -197,7 +197,6 @@ zle -N zle-keymap-select
|
|||
|
||||
unset zle_bracketed_paste
|
||||
|
||||
|
||||
## Changing Directories
|
||||
|
||||
# If a command cannot be executed, try cd.
|
||||
|
@ -255,9 +254,6 @@ setopt append_history
|
|||
# because I don't see why I wouldn't want more information.
|
||||
setopt extended_history
|
||||
|
||||
# Ignore all duplicate commands in the history.
|
||||
setopt hist_ignore_all_dups
|
||||
|
||||
# Apparently, there is a bug in the way Z Shell handles words.
|
||||
#
|
||||
# This option enforces correct behaviour, but can be slower. We'll try
|
||||
|
|
Loading…
Add table
Reference in a new issue