Skip to content

Instantly share code, notes, and snippets.

@shikhirsingh
Last active September 5, 2019 02:42
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 shikhirsingh/2bf19f4be1924077821417f003ce91b3 to your computer and use it in GitHub Desktop.
Save shikhirsingh/2bf19f4be1924077821417f003ce91b3 to your computer and use it in GitHub Desktop.
PS1 - bash prompt
export PS1="\[\033[38;5;26m\][\[$(tput sgr0)\]\[\033[38;5;6m\]\w\[$(tput sgr0)\]\[\033[38;5;27m\]]\[$(tput sgr0)\]\[\033[38;5;9m\]\\$\[$(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