diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-05-04 21:09:33 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-05-04 21:09:33 +0200 |
| commit | b8120a33f337941eeaa5b8719e814c54fb9f2f42 (patch) | |
| tree | 15dc437562bf1ed6fcc7c457edd63293dc971e56 /zsh | |
| parent | 12d1c7b3d93e7777c71bf9ae61303bec9938af31 (diff) | |
| download | dotfiles-b8120a33f337941eeaa5b8719e814c54fb9f2f42.tar.gz dotfiles-b8120a33f337941eeaa5b8719e814c54fb9f2f42.tar.bz2 dotfiles-b8120a33f337941eeaa5b8719e814c54fb9f2f42.zip | |
Zeige Username und Hostname im Prompt
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/prompt | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -116,7 +116,7 @@ prompt_purification_setup() { | |||
| 116 | 116 | ||
| 117 | prompt_git_branch | 117 | prompt_git_branch |
| 118 | RPROMPT='$(prompt_git_info) $(git_prompt_status)' | 118 | RPROMPT='$(prompt_git_info) $(git_prompt_status)' |
| 119 | PROMPT=$'%F{white}%~ %B%F{blue}>%f%b ' | 119 | PROMPT=$'[%n@%m] %F{white}%~ %B%F{blue}>%f%b ' |
| 120 | } | 120 | } |
| 121 | 121 | ||
| 122 | prompt_purification_setup | 122 | prompt_purification_setup |
