Last active
January 16, 2022 23:31
-
-
Save dotcypress/7aa0b1717d8478fe0f305a8ce548d6f2 to your computer and use it in GitHub Desktop.
◢◤
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GREEN="%{$fg_bold[green]%}" | |
YELLOW="%{$fg_bold[yellow]%}" | |
CYAN="%{$fg_bold[cyan]%}" | |
RED="%{$fg_bold[red]%}" | |
MAGENTA="%{$fg[magenta]%}" | |
RESET="%{$reset_color%}" | |
PROMPT='$RED◢◤ $CYAN%c $YELLOW$(git_prompt_info)$(git_prompt_status)$RESET' | |
RPROMPT='$MAGENTA%~ $RESET' | |
ZSH_THEME_GIT_PROMPT_PREFIX=" " | |
ZSH_THEME_GIT_PROMPT_SUFFIX=" " | |
ZSH_THEME_GIT_PROMPT_DIRTY="" | |
ZSH_THEME_GIT_PROMPT_CLEAN="" | |
ZSH_THEME_GIT_PROMPT_ADDED="$GREEN✱ " | |
ZSH_THEME_GIT_PROMPT_MODIFIED="$RED◉ " | |
ZSH_THEME_GIT_PROMPT_DELETED="$RED✖ " | |
ZSH_THEME_GIT_PROMPT_RENAMED="$CYAN➜ " | |
ZSH_THEME_GIT_PROMPT_UNTRACKED="$CYAN▣ " |
Author
dotcypress
commented
Sep 14, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment