Skip to content

Instantly share code, notes, and snippets.

@mertcancam
Last active December 3, 2021 12:43
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 mertcancam/277a607ddc66844921b5c8e82a44f34a to your computer and use it in GitHub Desktop.
Save mertcancam/277a607ddc66844921b5c8e82a44f34a to your computer and use it in GitHub Desktop.
Custom PS1
export PS1="\[\033[38;5;12m\]\u\[$(tput sgr0)\]\[\033[38;5;7m\]@\[$(tput sgr0)\]\[\033[38;5;3m\]\h\[$(tput sgr0)\][\[$(tput sgr0)\]\[\033[38;5;2m\]\W\[$(tput sgr0)\]]\[$(tput sgr0)\]\[\033[38;5;6m\]\\$\[$(tput sgr0)\] \[$(tput sgr0)\]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment