Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. source ~/.profile
  2. export PATH="/usr/local/sbin:$PATH"
  3. export PATH=$PATH:/Applications/MAMP/Library/bin/
  4.  
  5. alias live='live-server --watch=.'
  6.  
  7. alias gpom='git push origin master'
  8. alias gpos='git push origin staging'
  9.  
  10. export GITAWAREPROMPT=~/.bash/git-aware-prompt
  11. source "${GITAWAREPROMPT}/main.sh"
  12.  
  13. export PS1="\u@\h \W \[$txtcyn\]\$git_branch\[$txtred\]\$git_dirty\[$txtrst\]\$ "
  14. export SUDO_PS1="\[$bakred\]\u@\h\[$txtrst\] \w\$ "
  15.  
  16. export NVM_DIR="$HOME/.nvm"
  17. [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
  18. [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
  19.  
  20. export PS1="\e[3m\u@\h\e[0m [\t] : \w \[$txtcyn\]\$git_branch\[$txtred\]\$git_dirty\[$txtrst\] › "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement