zsh: Ignore all dependencies
This commit is contained in:
parent
a3f3d9e4a6
commit
a5a1dec30b
3 changed files with 10 additions and 8 deletions
|
@ -17,7 +17,7 @@ in {
|
|||
# We want several options:
|
||||
autocd = true;
|
||||
history = {
|
||||
ignoreDups = true;
|
||||
ignoreAllDups = true;
|
||||
ignoreSpace = true;
|
||||
};
|
||||
|
||||
|
@ -43,7 +43,7 @@ in {
|
|||
file = "p10k.zsh";
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
# We use powerlevel10k as our ZSH theme.
|
||||
# By using the derivation in nixpkgs, we also get gitstatusd.
|
||||
# The .p10k.zsh config is beneath.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue