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;
|
||||
ignoreSpace = true;
|
||||
ignoreDups = true;
|
||||
share = true;
|
||||
share = false;
|
||||
path = "${config.xdg.dataHome}/zsh/zsh_history";
|
||||
};
|
||||
|
||||
|
|
|
@ -8,5 +8,9 @@ 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