Last active
July 6, 2018 20:01
-
-
Save sjessa/68288b0df01ba177f711e359e64f8b6f to your computer and use it in GitHub Desktop.
simple bash prompt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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