commit f4435b77939115a5f3eecb67f61a86bf13b4009f Author: fossfan Date: Tue Dec 17 21:29:36 2024 -0500 Add .zshrc.local diff --git a/.zshrc.local.md b/.zshrc.local.md new file mode 100644 index 0000000..e848335 --- /dev/null +++ b/.zshrc.local.md @@ -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 +``` \ No newline at end of file