From 6a8c7f3fd028f9176f2ed28cc3717ed8f18d5602 Mon Sep 17 00:00:00 2001 From: Origami404 Date: Sun, 17 May 2026 11:10:10 +0800 Subject: [PATCH] =?UTF-8?q?zsh:=20=E4=BF=AE=E6=94=B9=20prompt=20=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/hosts/oparic-local-dev.nix | 4 ++++ 1 file changed, 4 insertions(+) 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}' + ''; }