From 50a14c4a8604802cc475ffca938a593d56e9f53c Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Thu, 6 Sep 2018 16:05:19 +0200 Subject: [PATCH] Slight simplification. --- zsh/.config/zsh/.zshtheme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.config/zsh/.zshtheme b/zsh/.config/zsh/.zshtheme index 7e8b324..5937c09 100644 --- a/zsh/.config/zsh/.zshtheme +++ b/zsh/.config/zsh/.zshtheme @@ -18,7 +18,7 @@ function prompt_ps1() { local hist="%{$fg[blue]%}[\$(prompt_last_cmd)]$rs " local host="%{$fg[red]%}%m " - local prompt="%n@%{$fg[cyan]%}%m$rs %(#.#.\$) " + local prompt="%n@%{$fg[cyan]%}%m$rs %# " ps1=( "$host" "$hist"