Skip to content

Instantly share code, notes, and snippets.

@KevinLiebergen
Last active October 4, 2019 17:40
Show Gist options
  • Save KevinLiebergen/3d0ac6100efcd4898c5b6ef68f1f8258 to your computer and use it in GitHub Desktop.
Save KevinLiebergen/3d0ac6100efcd4898c5b6ef68f1f8258 to your computer and use it in GitHub Desktop.
Customized prompt
export PS1="\[\e[32m\]\u\[\e[m\]\[\e[32m\]@\[\e[m\]\[\e[32m\]\h\[\e[m\] \[\e[32m\][\[\e[m\] \w \[\e[32m\]]\[\e[m\]\[\e[32m\]\\$\[\e[m\] "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment