fix completion
This commit is contained in:
parent
f6207b8a7a
commit
9bd2e8c0c1
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue