added Completion
This commit is contained in:
parent
ab02c4bdfe
commit
925e2cf76f
1 changed files with 3 additions and 4 deletions
|
@ -14,15 +14,13 @@ let
|
|||
cat = "bat";
|
||||
};
|
||||
plugins = [
|
||||
{
|
||||
name = "zsh-autosuggestions";
|
||||
src = inputs.zsh-autosuggestions;
|
||||
}
|
||||
{
|
||||
name = "zsh-syntax-highlighting";
|
||||
src = inputs.zsh-syntax-highlighting;
|
||||
}
|
||||
];
|
||||
enableAutosuggestions = true;
|
||||
enableCompletion = true;
|
||||
};
|
||||
exa.enable = true;
|
||||
bat.enable = true;
|
||||
|
@ -35,5 +33,6 @@ let
|
|||
});
|
||||
in
|
||||
{
|
||||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
home-manager.users.moritz = {...}: (base "/home/moritz");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue