Skip to content

Commit

Permalink
fix(zsh): Re-enable the shared history
Browse files Browse the repository at this point in the history
  • Loading branch information
yutkat committed Feb 10, 2025
1 parent f532547 commit 702aa30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/zsh/rc/option.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ setopt hist_expand # automatically expand history on completion
# Share history (file) on each terminal = browse and write to history file.
# Writes are time-stamped.
# I've had it turned on, but on second thought, it's probably not a good option.
#setopt share_history # ctrl-r doesn't work
setopt share_history # ctrl-r doesn't work

setopt list_packed # Compactly display completion list
setopt auto_remove_slash # Automatically remove trailing / in completions
Expand Down

0 comments on commit 702aa30

Please sign in to comment.