Skip to content

Instantly share code, notes, and snippets.

@57uff3r
Created June 20, 2014 04:38
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 57uff3r/10d89d8424c172c1e9c3 to your computer and use it in GitHub Desktop.
Save 57uff3r/10d89d8424c172c1e9c3 to your computer and use it in GitHub Desktop.
Install cool colorful command line promt
# install cool colorful command line promt
export PS1="\[$(tput bold)\]\[$(tput setaf 4)\][\[$(tput setaf 2)\]\u\[$(tput setaf 2)\]@\h \[$(tput setaf 1)\]\`pwd\`\[$(tput setaf 4)\]]\\$ \[$(tput sgr0)\]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment