Compare commits
3 commits
3fd487bbd2
...
11fbbd62eb
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | 11fbbd62eb | ||
Bruno BELANYI | d21087ddcd | ||
Bruno BELANYI | 3919a87d9e |
|
@ -18,7 +18,7 @@ in
|
||||||
extended = false;
|
extended = false;
|
||||||
ignoreSpace = true;
|
ignoreSpace = true;
|
||||||
ignoreDups = true;
|
ignoreDups = true;
|
||||||
share = true;
|
share = false;
|
||||||
path = "${config.xdg.dataHome}/zsh/zsh_history";
|
path = "${config.xdg.dataHome}/zsh/zsh_history";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -8,5 +8,9 @@ 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
|
||||||
|
|
Loading…
Reference in a new issue