mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-10 13:10:26 +00:00
6 lines
141 B
Bash
6 lines
141 B
Bash
|
# share history between running zsh instances
|
||
|
setopt share_history
|
||
|
|
||
|
# ignore commands with leading space from history
|
||
|
setopt histignorespace
|