Skip to content

Commit

Permalink
[master] Adding $GURI_DOCKER_ICON variable
Browse files Browse the repository at this point in the history
  • Loading branch information
victorfsf committed Nov 9, 2017
1 parent 9601731 commit 6d6c744
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion guri.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ git_prompt_info() {

docker_machine_prompt_info() {
if [[ -n "$DOCKER_MACHINE_NAME" ]]; then
echo "$fg[green] @$DOCKER_MACHINE_NAME"
echo "$fg[green] $GURI_DOCKER_ICON$DOCKER_MACHINE_NAME"
fi
}

Expand All @@ -56,6 +56,7 @@ virtualenv_indicator() {

local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )"

GURI_DOCKER_ICON="@"
ZSH_THEME_GIT_PROMPT_PREFIX=""
ZSH_THEME_GIT_PROMPT_SUFFIX=""
ZSH_THEME_GIT_PROMPT_DIRTY="$fg[red]"
Expand Down

0 comments on commit 6d6c744

Please sign in to comment.