Zsh fast
This commit is contained in:
parent
602ff534b2
commit
372ff20917
3 changed files with 13 additions and 20 deletions
|
@ -26,6 +26,9 @@
|
|||
programs.command-not-found.enable = false;
|
||||
programs.nix-index.enable = true;
|
||||
|
||||
users.users.yt.shell = pkgs.fish;
|
||||
programs.fish.enable = true;
|
||||
users.users.yt.shell = pkgs.zsh;
|
||||
programs.zsh.enable = true;
|
||||
|
||||
# needed for zsh.enableCompletion to work
|
||||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue