Last active
January 16, 2022 23:31
Revisions
-
dotcypress revised this gist
Sep 14, 2016 . 1 changed file with 5 additions and 6 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,4 @@ GREEN="%{$fg_bold[green]%}" YELLOW="%{$fg_bold[yellow]%}" CYAN="%{$fg_bold[cyan]%}" RED="%{$fg_bold[red]%}" @@ -14,8 +13,8 @@ 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▣ " -
dotcypress revised this gist
Sep 14, 2016 . 1 changed file with 9 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,15 +1,21 @@ GREEN="%{$fg_bold[green]%}" BLUE="%{$fg_bold[blue]%}" 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="$YELLOW✖ " ZSH_THEME_GIT_PROMPT_RENAMED="$BLUE➜ " ZSH_THEME_GIT_PROMPT_UNTRACKED="$MAGENTA⦾ " -
dotcypress created this gist
Sep 11, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ 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)$RESET' RPROMPT='$MAGENTA%~ $RESET' ZSH_THEME_GIT_PROMPT_PREFIX=" " ZSH_THEME_GIT_PROMPT_SUFFIX=" " ZSH_THEME_GIT_PROMPT_DIRTY=" $RED⦿" ZSH_THEME_GIT_PROMPT_CLEAN=" $GREEN⦾"