diff options
| author | Anton Bobov <abobov@gmail.com> | 2019-09-08 23:04:01 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2019-09-08 23:04:01 +0500 |
| commit | 20f920203a4334b6e88b988932d79d5fb6a4e476 (patch) | |
| tree | 4ceb7e7d8f075243a94638c23dcf32f69b473776 /files/.zsh/rc/S10_zshopts | |
| parent | 971f21a27e125b8d9daf369dcb705d00b08e727f (diff) | |
Updates.
Diffstat (limited to 'files/.zsh/rc/S10_zshopts')
| -rw-r--r-- | files/.zsh/rc/S10_zshopts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/.zsh/rc/S10_zshopts b/files/.zsh/rc/S10_zshopts index 4c815ba..b086e1d 100644 --- a/files/.zsh/rc/S10_zshopts +++ b/files/.zsh/rc/S10_zshopts @@ -34,12 +34,13 @@ setopt hash_dirs setopt hash_list_all setopt hist_find_no_dups setopt hist_ignore_all_dups -setopt no_hist_ignore_space +setopt hist_ignore_space setopt hist_no_functions setopt hist_no_store setopt hist_reduce_blanks setopt hist_save_no_dups setopt hist_verify +setopt share_history setopt no_hup setopt no_ignore_eof @@ -51,7 +52,6 @@ setopt notify setopt no_rm_star_silent setopt no_rm_star_wait -setopt share_history setopt vi setopt zle |
