Skip to content

Instantly share code, notes, and snippets.

View juandpineiro's full-sized avatar

Juan Piñeiro juandpineiro

  • Venezuela
View GitHub Profile

Keybase proof

I hereby claim:

  • I am juandpineiro on github.
  • I am juandpineiro (https://keybase.io/juandpineiro) on keybase.
  • I have a public key ASCKCmHdyMQwDj5mKZ6_UXkjcNWLF2XycF-t7ZNmsdJgtAo

To claim this, I am signing this object:

@juandpineiro
juandpineiro / gist:5bbdd2085c8b7aad670355b86ab3089c
Last active January 10, 2020 18:35
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\] '