Last active
January 10, 2020 18:35
-
-
Save juandpineiro/5bbdd2085c8b7aad670355b86ab3089c to your computer and use it in GitHub Desktop.
My bash prompt. With username, directory and git branch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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\] ' |
Author
juandpineiro
commented
Jan 10, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment