nixos: fix zsh color

This commit is contained in:
genofire 2021-10-08 12:59:17 +02:00
parent 8786c2387a
commit 0e796d1c2d
1 changed files with 0 additions and 2 deletions

View File

@ -79,8 +79,6 @@
programs.zsh.syntaxHighlighting.enable = true;
programs.zsh.interactiveShellInit = ''
source ${pkgs.grml-zsh-config}/etc/zsh/zshrc
# Make user colour green in prompt instead of default blue
zstyle ':prompt:grml:left:items:user' pre '%F{green}%B'
'';
programs.zsh.promptInit = "";
}