From b8120a33f337941eeaa5b8719e814c54fb9f2f42 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Thu, 4 May 2023 21:09:33 +0200 Subject: Zeige Username und Hostname im Prompt --- zsh/prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh') diff --git a/zsh/prompt b/zsh/prompt index 0b3833a..1212481 100644 --- a/zsh/prompt +++ b/zsh/prompt @@ -116,7 +116,7 @@ prompt_purification_setup() { prompt_git_branch RPROMPT='$(prompt_git_info) $(git_prompt_status)' - PROMPT=$'%F{white}%~ %B%F{blue}>%f%b ' + PROMPT=$'[%n@%m] %F{white}%~ %B%F{blue}>%f%b ' } prompt_purification_setup -- cgit v1.3