Add .zshrc.local

fossfan 2024-12-17 21:29:36 -05:00
commit f4435b7793

7
.zshrc.local.md Normal file

@ -0,0 +1,7 @@
```plain
zstyle ':prompt:grml:*:items:user' pre '%B%F{green}'
zstyle ':prompt:grml:*:items:host' pre '%B%F{cyan}'
zstyle ':prompt:grml:*:items:path' pre '%b%F{reset}'
zstyle ':prompt:grml:left:setup' items user at host path percent
zstyle ':prompt:grml:right:setup' items rc vcs
```