diff --git a/nix/zsh/typewritten.zsh-theme b/nix/zsh/typewritten.zsh-theme index bc654d1..8c45a5c 100644 --- a/nix/zsh/typewritten.zsh-theme +++ b/nix/zsh/typewritten.zsh-theme @@ -38,7 +38,7 @@ local directory_path='%{$fg[magenta]%}%~' local return_code='%(?,,%{$fg[red]%} RC=%?%{$reset_color%})' # left prompt definition (multiline) -PROMPT="${user_host} ${directory_path} +PROMPT="${directory_path} ${prompt}" # right prompt definition