Compare commits
No commits in common. "11fbbd62eba3f7524e2f73ec27fd4ce8cd21ff6a" and "3fd487bbd26b6af444c66160f97cad80d8f0160a" have entirely different histories.
11fbbd62eb
...
3fd487bbd2
|
@ -18,7 +18,7 @@ in
|
|||
extended = false;
|
||||
ignoreSpace = true;
|
||||
ignoreDups = true;
|
||||
share = false;
|
||||
share = true;
|
||||
path = "${config.xdg.dataHome}/zsh/zsh_history";
|
||||
};
|
||||
|
||||
|
|
|
@ -8,9 +8,5 @@ setopt autopushd pushdminus pushdsilent
|
|||
setopt rcquotes
|
||||
# Single word commands can resume an existing job
|
||||
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
|
||||
unsetopt beep extendedglob notify
|
||||
|
|
Loading…
Reference in a new issue