Skip to content

Instantly share code, notes, and snippets.

@sjessa
Last active July 6, 2018 20:01
Show Gist options
  • Save sjessa/68288b0df01ba177f711e359e64f8b6f to your computer and use it in GitHub Desktop.
Save sjessa/68288b0df01ba177f711e359e64f8b6f to your computer and use it in GitHub Desktop.
simple bash prompt
# to add to ~/.bashrc
# e.g. selinjessa @ iMacPro @ ~ # 22846.test $
export PS1="\[\e[34m\]\u \[\e[m\]@ \[\e[31m\]\h \[\e[m\]@ \[\e[36m\]\W \[\e[m\]# ${STY} $ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment