Skip to content

Instantly share code, notes, and snippets.

@rustybailey
Last active December 18, 2018 21:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rustybailey/9c430786ef4127d4d7f12454a85552e9 to your computer and use it in GitHub Desktop.
Save rustybailey/9c430786ef4127d4d7f12454a85552e9 to your computer and use it in GitHub Desktop.
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -f /usr/local/etc/bash_completion ] && . /usr/local/etc/bash_completion
# git-prompt.sh copied from https://github.com/lyze/posh-git-sh
source ~/git-prompt.sh
PROMPT_COMMAND='__posh_git_ps1 "\u@\h:\w" "\\\$ ";'$PROMPT_COMMAND
export VAGRANT_USE_VAGRANT_TRIGGERS=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment