aboutsummaryrefslogtreecommitdiff
path: root/zsh/prompt
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-05-07 10:21:49 +0200
committerThomas Schmucker <ts@its1.de>2023-05-07 10:21:49 +0200
commit512d49b59322226a93d5745f8906ad1442219f7c (patch)
treea812d66817aae1fdbc377d45a8a5cb0bd88744b6 /zsh/prompt
parentd1377c0c2aa3e79a7c5efb44c73d0b5a16db15b3 (diff)
downloaddotfiles-512d49b59322226a93d5745f8906ad1442219f7c.tar.gz
dotfiles-512d49b59322226a93d5745f8906ad1442219f7c.tar.bz2
dotfiles-512d49b59322226a93d5745f8906ad1442219f7c.zip
Bessere Farben im PROMPT
Diffstat (limited to 'zsh/prompt')
-rw-r--r--zsh/prompt2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/prompt b/zsh/prompt
index 65c8fee..47f7149 100644
--- a/zsh/prompt
+++ b/zsh/prompt
@@ -4,7 +4,7 @@ precmd_functions+=( precmd_vcs_info )
4setopt prompt_subst 4setopt prompt_subst
5 5
6RPROMPT=\$vcs_info_msg_0_ 6RPROMPT=\$vcs_info_msg_0_
7PROMPT=$'[%F{red}%n%F{white}@%F{cyan}%m%F{white}] %F{white}%~ %B%F{blue}>%f%b ' 7PROMPT=$'[%F{green}%n%F{white}@%F{green}%m%F{white}] %F{white}%~ %B%F{blue}>%f%b '
8 8
9zstyle ':vcs_info:*' unstagedstr ' *' 9zstyle ':vcs_info:*' unstagedstr ' *'
10zstyle ':vcs_info:*' stagedstr ' +' 10zstyle ':vcs_info:*' stagedstr ' +'