Skip to content

Instantly share code, notes, and snippets.

@juandpineiro
Last active January 10, 2020 18:35
Show Gist options
  • Save juandpineiro/5bbdd2085c8b7aad670355b86ab3089c to your computer and use it in GitHub Desktop.
Save juandpineiro/5bbdd2085c8b7aad670355b86ab3089c to your computer and use it in GitHub Desktop.
My bash prompt. With username, directory and git branch
# Prompt customization. Add this to your .bashrc
PS1='\[\033[01;32m\]\u\[\033[01;34m\] @ \h \w\[\033[01;32m\]$(__git_ps1)\n└─ ▶\[\033[0m\] '
@juandpineiro
Copy link
Author

Screenshot from 2020-01-10 14-40-08

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment