2024-03-26 09:56:45 +00:00
|
|
|
# -*- sh -*- vim:set ft=sh ai et sw=4 sts=4:
|
|
|
|
# It might be bash like, but I can't have my co-workers knowing I use zsh
|
2024-11-17 15:09:38 +00:00
|
|
|
# PROMPT='%{$fg_bold[green]%}%n@%m %{$fg_bold[magenta]%}(%2~)$(git_prompt_info)%{$reset_color%}%(.) '
|
|
|
|
#PROMPT='%{$fg_bold[green]%}%n@%m %{$fg_bold[magenta]%}(%2~)$(git_prompt_info)%{$reset_color%}%(.) '
|
|
|
|
|
2025-04-06 15:37:42 +01:00
|
|
|
#PROMPT='%{$fg_bold[green]%}%{$fg_bold[magenta]%}(%2~)$(git_prompt_info)%{$reset_color%}%(.) '
|
|
|
|
#PROMPT='%{$fg[cyan]%}%D{%H:%M:%S}%{$reset_color%} %{$fg_bold[magenta]%}(%2~)$(git_prompt_info)%{$reset_color%}%(.) '
|
|
|
|
#PROMPT='%{$fg[yellow]%}[%D{%H:%M:%S}]%{$reset_color%} %{$fg_bold[magenta]%}(%2~)$(git_prompt_info)%{$reset_color%}%(.)$'\n' '
|
2024-03-26 09:56:45 +00:00
|
|
|
|
2025-04-06 15:37:42 +01:00
|
|
|
#PROMPT='%{$fg[yellow]%}[%D{%H:%M:%S}]%{$reset_color%} %{$fg_bold[magenta]%}(%2~)$(git_prompt_info)%{$reset_color%}%(.)
|
|
|
|
#%{$reset_color%}$ '
|
|
|
|
|
|
|
|
# PROMPT='%{$fg[cyan]%}%D{%H:%M:%S}%{$reset_color%} %{$fg_bold[magenta]%}%2~$(git_prompt_info)%{$reset_color%}%(.)
|
|
|
|
# %{$fg[green]%}$%{$reset_color%} '
|
|
|
|
|
|
|
|
# PROMPT='%{$fg[cyan]%}%D{%H:%M:%S}%{$reset_color%} %{$fg_bold[green]%}%n@%m%{$reset_color%} %{$fg_bold[magenta]%}%2~$(git_prompt_info)%{$reset_color%}%(.)
|
|
|
|
# %{$fg[green]%}$%{$reset_color%} '
|
|
|
|
|
|
|
|
# PROMPT='%{$fg_bold[green]%}%n@%m%{$reset_color%} %{$fg_bold[magenta]%}%2~$(git_prompt_info)%{$reset_color%}%(.)
|
|
|
|
# %{$fg[green]%}$%{$reset_color%} '
|
|
|
|
|
|
|
|
PROMPT='%{$fg_bold[green]%}%n@%m%{$reset_color%} %{$fg_bold[blue]%}%2~%{$reset_color%}$(git_prompt_info)%(.)
|
|
|
|
%{$fg[green]%}$%{$reset_color%} '
|
|
|
|
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[magenta]%} "
|
2024-03-28 13:42:56 +00:00
|
|
|
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|
2025-04-06 15:37:42 +01:00
|
|
|
|
|
|
|
#ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[blue]%} "
|
|
|
|
#ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
|