Created
November 28, 2017 19:38
-
-
Save tomatohammado/b90e38b147b7005703d279f57446a0d1 to your computer and use it in GitHub Desktop.
old .bash_profile
This file contains hidden or 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
| 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