Skip to content

Instantly share code, notes, and snippets.

@TSMMark
Created February 22, 2016 16:14
Show Gist options
  • Save TSMMark/1e2b03c7d38bce68f176 to your computer and use it in GitHub Desktop.
Save TSMMark/1e2b03c7d38bce68f176 to your computer and use it in GitHub Desktop.
Vagrant .bash_profile
### http://git-prompt.sh/
source ~/.git-prompt.sh
### Set PS1
export PS1="[\[\033[32m\]\w\[\033[0m\]]\$(__git_ps1)\n\[\033[1;36m\]\u@vagrant\[\033[32m\]$ \[\\033[0m\]"
export PATH=/usr/local/bin:~/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment