Skip to content

Instantly share code, notes, and snippets.

@tomatohammado
Created November 28, 2017 19:38
Show Gist options
  • Select an option

  • Save tomatohammado/b90e38b147b7005703d279f57446a0d1 to your computer and use it in GitHub Desktop.

Select an option

Save tomatohammado/b90e38b147b7005703d279f57446a0d1 to your computer and use it in GitHub Desktop.
old .bash_profile
export PATH="/usr/local/bin:$PATH"
eval "$(rbenv init -)"
export PATH=$PATH:/Applications/Postgres.app/Contents/Versions/latest/bin
export PATH=$PATH:/Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin
export GITHUB_USERNAME='tomatohammado'
#Add prompt script from https://git.generalassemb.ly/DC-WDI/installfest-bash/blob/master/add-prompt.sh
# source $(brew --prefix)/etc/bash_completion
# source ~/.git-prompt.sh
# GIT_PS1_SHOWDIRTYSTATE=1
# git_prompt='$(__git_ps1)'
# PS1="\[\e[33m\] \d \w
# \[\e[m\]\$"
# #Git CLI Markup
source /usr/local/etc/bash_completion.d/git-completion.bash
source ~/.git-prompt.sh
GIT_PS1_SHOWDIRTYSTATE=1
git_prompt='$(__git_ps1)'
PS1="\[\e[33m\] \d \t \w$git_prompt\n\[\e[m\]\$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment