Standardize QT and ZSH history settings
This commit is contained in:
parent
9dbf18228b
commit
a25bcecf7b
7 changed files with 27 additions and 10 deletions
|
@ -12,10 +12,14 @@
|
|||
"history"
|
||||
];
|
||||
};
|
||||
history = {
|
||||
append = true;
|
||||
ignoreAllDups = true;
|
||||
ignoreSpace = true;
|
||||
};
|
||||
initExtra = ''
|
||||
pfetch
|
||||
source ${pkgs.zsh-you-should-use}/share/zsh/plugins/you-should-use/you-should-use.plugin.zsh
|
||||
setopt HIST_IGNORE_SPACE
|
||||
setopt RM_STAR_WAIT
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue