|
@@ -4,7 +4,7 @@ print -Pn "\e]1;`hostname | cut -d. -f1`\a"
|
|
|
## Multiline Prompt
|
|
## Multiline Prompt
|
|
|
PROMPT='
|
|
PROMPT='
|
|
|
$(host_name)$(current_folder)$(git_prompt_info)$(background_job_info)
|
|
$(host_name)$(current_folder)$(git_prompt_info)$(background_job_info)
|
|
|
-%{$fg[magenta]%}%n → %{$reset_color%}'
|
|
|
|
|
|
|
+%{$fg[magenta]%}%n -> %{$reset_color%}'
|
|
|
RPROMPT='$(vi_mode_prompt_info) %{$reset_color%}%T %{$fg[white]%}%h%{$reset_color%}'
|
|
RPROMPT='$(vi_mode_prompt_info) %{$reset_color%}%T %{$fg[white]%}%h%{$reset_color%}'
|
|
|
|
|
|
|
|
MODE_INDICATOR="%{$fg[green]%}vi-mode%{$reset_color%}"
|
|
MODE_INDICATOR="%{$fg[green]%}vi-mode%{$reset_color%}"
|