Compare commits

..

No commits in common. "11fbbd62eba3f7524e2f73ec27fd4ce8cd21ff6a" and "3fd487bbd26b6af444c66160f97cad80d8f0160a" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View file

@ -18,7 +18,7 @@ in
extended = false; extended = false;
ignoreSpace = true; ignoreSpace = true;
ignoreDups = true; ignoreDups = true;
share = false; share = true;
path = "${config.xdg.dataHome}/zsh/zsh_history"; path = "${config.xdg.dataHome}/zsh/zsh_history";
}; };

View file

@ -8,9 +8,5 @@ setopt autopushd pushdminus pushdsilent
setopt rcquotes setopt rcquotes
# Single word commands can resume an existing job # Single word commands can resume an existing job
setopt autoresume setopt autoresume
# Append commands to history as they are exectuted
setopt inc_append_history_time
# Remove useless whitespace from commands
setopt hist_reduce_blanks
# Those options aren't wanted # Those options aren't wanted
unsetopt beep extendedglob notify unsetopt beep extendedglob notify