zsh: 修改 prompt 颜色

This commit is contained in:
2026-05-17 11:10:10 +08:00
parent 0bef55e40a
commit 6a8c7f3fd0
+4
View File
@@ -10,4 +10,8 @@
../modules/shell-develop.nix
../modules/ssh.nix
];
programs.zsh.initContent = ''
zstyle ':prompt:grml:*:items:user' pre '%F{green}'
'';
}