Skip to content

Instantly share code, notes, and snippets.

@jakebox
Created December 29, 2019 06:23
Show Gist options
  • Save jakebox/928dd173b30c0bdc9f44281c06a777b6 to your computer and use it in GitHub Desktop.
Save jakebox/928dd173b30c0bdc9f44281c06a777b6 to your computer and use it in GitHub Desktop.
Bash Prompt
export PS1="\[\033[38;5;247m\]\u\[$(tput sgr0)\]\[\033[38;5;15m\]@\[$(tput sgr0)\]\[\033[38;5;246m\]\h\[$(tput sgr0)\]\[\033[38;5;15m\]:\[$(tput sgr0)\]\[\033[38;5;38m\][\[$(tput sgr0)\]\[\033[38;5;197m\]\w\[$(tput sgr0)\]\[\033[38;5;39m\]]\[$(tput sgr0)\]\[\033[38;5;6m\]:\[$(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