Skip to content

Instantly share code, notes, and snippets.

@donhector
Created December 10, 2021 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save donhector/04c0efb56a82202c17d65dd1627eb4a8 to your computer and use it in GitHub Desktop.
Save donhector/04c0efb56a82202c17d65dd1627eb4a8 to your computer and use it in GitHub Desktop.
Tweaked 'Candy' zsh theme with 24h format and directory path abbreviation
PROMPT=$'%{$fg_bold[green]%}%n@%m %{$fg[blue]%}%D{[%T]} %{$reset_color%}%{$fg[white]%}[%(5~|%-1~/…/%3~|%4~)]%{$reset_color%} $(git_prompt_info)\
%{$fg[blue]%}->%{$fg_bold[blue]%} %#%{$reset_color%} '
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}["
ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}*%{$fg[green]%}"
ZSH_THEME_GIT_PROMPT_CLEAN=""
@donhector
Copy link
Author

%(5~|%-1~/…/%3~|%4~) does the abbreviation

Example:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment