diff options
author | Himbeer <himbeer@disroot.org> | 2024-05-08 10:32:15 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-05-08 10:32:15 +0200 |
commit | 8079bb25a3ceb56af701b492566194c586f5d053 (patch) | |
tree | d0f692fe503060fe81a0c761b126643acdb2d9f1 | |
parent | 0665475caef7b4fdb7b9792b25006a75e9204064 (diff) |
zsh: inc_append_history => share_history
-rw-r--r-- | zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ promptinit setopt autocd setopt appendhistory -setopt inc_append_history +setopt share_history eval $(dircolors -b) |