fix completion

This commit is contained in:
Christoph Cullmann 2024-06-27 23:25:42 +02:00
parent f6207b8a7a
commit 9bd2e8c0c1
No known key found for this signature in database

View file

@ -515,6 +515,9 @@ in
programs.zsh.enable = true; programs.zsh.enable = true;
environment.shells = with pkgs; [ zsh ]; environment.shells = with pkgs; [ zsh ];
# needed for the ZSH completion
environment.pathsToLink = [ "/share/zsh" ];
# use micro as default terminal editor # use micro as default terminal editor
environment.variables.EDITOR = "micro"; environment.variables.EDITOR = "micro";