Skip to content

Instantly share code, notes, and snippets.

@joswr1ght
Created October 25, 2015 16:43
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joswr1ght/32f241d7d4074ec5e26b to your computer and use it in GitHub Desktop.
Save joswr1ght/32f241d7d4074ec5e26b to your computer and use it in GitHub Desktop.
Colorful Terminal Prompt with Directory on a Separate Line
PS1="\[\033[01;34m\]\w\[\033[00m\]\n\$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment