Skip to content

Instantly share code, notes, and snippets.

@luizcarraro
Created September 7, 2018 15:59
Show Gist options
  • Save luizcarraro/84a884334f13b963059ed70998757ab0 to your computer and use it in GitHub Desktop.
Save luizcarraro/84a884334f13b963059ed70998757ab0 to your computer and use it in GitHub Desktop.
Config oh my zsh no servidor para mostrar nome da instância na linha de comando
# vim .oh-my-zsh/custom/themes/robbyrussell.zsh-theme
PROMPT='%(!.%{%F{yellow}%}.)$USER @ TGN-WORDPRESS %{$fg_bold[red]%}➜ %{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment