Skip to content

Instantly share code, notes, and snippets.

@ro31337
Created November 22, 2017 02:18
Show Gist options
  • Select an option

  • Save ro31337/ed81b21c24f3c0404f26cb04f5b4cd69 to your computer and use it in GitHub Desktop.

Select an option

Save ro31337/ed81b21c24f3c0404f26cb04f5b4cd69 to your computer and use it in GitHub Desktop.
How to tweak zsh to include hostname
vim ./.oh-my-zsh/themes/robbyrussell.zsh-theme

Replace PROMPT with:

PROMPT='%{$fg_bold[white]%}%M ${ret_status}%{$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