Compare commits
3 commits
3fd487bbd2
...
11fbbd62eb
| Author | SHA1 | Date | |
|---|---|---|---|
| 11fbbd62eb | |||
| d21087ddcd | |||
| 3919a87d9e |
2 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue