diff --git a/home/hosts/oparic-local-dev.nix b/home/hosts/oparic-local-dev.nix index a615a95..0dcfa8f 100644 --- a/home/hosts/oparic-local-dev.nix +++ b/home/hosts/oparic-local-dev.nix @@ -10,4 +10,8 @@ ../modules/shell-develop.nix ../modules/ssh.nix ]; + + programs.zsh.initContent = '' + zstyle ':prompt:grml:*:items:user' pre '%F{green}' + ''; }