Skip to content

Commit

Permalink
PS1 prompt update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph3nol committed Oct 19, 2017
1 parent 5658ccb commit 5f50fd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ POWERLEVEL9K_CUSTOM_DOCKER_CONTAINER_FOREGROUND="black"
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(custom_docker_container context dir rbenv vcs)
{% else %}
if [ -z "$PS1" ]; then
export PS1="🐳 {{ service.identifier }} @ {{ service.project.identifier }} ... "$PS1
export PS1="🐳 {{ service.identifier }} @ {{ service.project.identifier }} ... @\h ➜ \W $ "
else
export PROMPT="🐳 {{ service.identifier }} @ {{ service.project.identifier }} ... "$PROMPT
fi
Expand Down

0 comments on commit 5f50fd9

Please sign in to comment.