Skip to content

Instantly share code, notes, and snippets.

@akodkod
Created October 5, 2023 21:09
Show Gist options
  • Save akodkod/1295a8741de10bf2fa2e72587f514ce8 to your computer and use it in GitHub Desktop.
Save akodkod/1295a8741de10bf2fa2e72587f514ce8 to your computer and use it in GitHub Desktop.
directory() {
echo "%{$fg[cyan]%}%1~%{$reset_color%}"
}
current_time() {
echo "%{$fg[white]%}[%*]%{$reset_color%}"
}
git_prompt() {
echo "$(git_prompt_info)"
}
ZSH_THEME_GIT_PROMPT_PREFIX=" | "
ZSH_THEME_GIT_PROMPT_SUFFIX=""
ZSH_THEME_GIT_PROMPT_DIRTY="*"
ZSH_THEME_GIT_PROMPT_CLEAN=""
PROMPT='$(current_time) $(directory)%{$fg[yellow]%}$(git_prompt_info)%{$reset_color%} %(?:⚡️:💥)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment