Skip to content

Commit

Permalink
Revert "lib: remove share_history"
Browse files Browse the repository at this point in the history
This reverts commit 2376022.

Fixes ohmyzsh#9430
  • Loading branch information
mcornella authored and Olof Solomon-Samuelsson committed May 28, 2021
1 parent 3b573b6 commit c8d83c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/history.zsh
Expand Up @@ -37,3 +37,4 @@ setopt hist_expire_dups_first # delete duplicates first when HISTFILE size excee
setopt hist_ignore_dups # ignore duplicated commands history list
setopt hist_ignore_space # ignore commands that start with space
setopt hist_verify # show command with history expansion to user before running it
setopt share_history # share command history data

0 comments on commit c8d83c9

Please sign in to comment.