Skip to content

Instantly share code, notes, and snippets.

@ram0973
Last active April 19, 2019 06:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ram0973/8a1e0cdedcc9d86e18b3b81a741c76e9 to your computer and use it in GitHub Desktop.
Save ram0973/8a1e0cdedcc9d86e18b3b81a741c76e9 to your computer and use it in GitHub Desktop.
Another colored bash prompt
export PS1="SH \[\033[38;5;14m\]\u\[$(tput sgr0)\]\[\033[38;5;15m\]@\[$(tput sgr0)\]\[\033[38;5;11m\]\h\[$(tput sgr0)\]\[\033[38;5;15m\]:\[$(tput sgr0)\]\[\033[38;5;13m\]\w\[$(tput sgr0)\]\[\033[38;5;15m\]{\$?}\\$ \[$(tput sgr0)\]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment