aboutsummaryrefslogtreecommitdiff
path: root/zsh/modules
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/modules')
-rw-r--r--zsh/modules/prompt.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/modules/prompt.zsh b/zsh/modules/prompt.zsh
index 5b79b3e..9b41e32 100644
--- a/zsh/modules/prompt.zsh
+++ b/zsh/modules/prompt.zsh
@@ -46,7 +46,7 @@ function prompt_setup {
# Define prompts.
PROMPT='
-%{%F{black}%}$(env_info)%{%F{magenta}%}%n%{%F{8}%}@%{%F{cyan}%}$(hostname -s)%{%f%} %{%B%F{blue}%}${PWD/#$HOME/~}%{%f%b%}$(git_info)%{%f%}
+ %{%F{black}%}$(env_info)%{%F{magenta}%}%n%{%F{8}%}@%{%F{cyan}%}$(hostname -s)%{%f%} %{%B%F{blue}%}${PWD/#$HOME/~}%{%f%b%}$(jj_info)$(git_info)%{%f%}
%(?,,%{${%B%F{white}%}[%?]%{%f%b%} )%% '
}