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"