[text] bashprf

Viewer

  1. export PATH=/usr/local/bin:$PATH
  2.  
  3. if which pyenv-virtualenv-init > /dev/null; then eval "$(pyenv virtualenv-init -)"; fi
  4. eval "$(pyenv init -)"
  5.  
  6.  
  7. export NVM_DIR="/Users/alinaqi/.nvm"
  8. [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"  # This loads nvm
  9.  
  10. # Custom bash prompt via kirsle.net/wizards/ps1.html
  11. export PS1="\[$(tput setaf 2)\][\W]\\$ \[$(tput setaf 7)\]\[$(tput sgr0)\]"
  12.  
  13. export PATH="/usr/local/opt/[email protected]/bin:$PATH"
  14. export LDFLAGS="-L/usr/local/opt/[email protected]/lib"
  15. export CPPFLAGS="-I/usr/local/opt/[email protected]/include"
  16. export PKG_CONFIG_PATH="/usr/local/opt/[email protected]/lib/pkgconfig"
  17.  

Editor

You can edit this paste and save as new:


File Description
  • bashprf
  • Paste Code
  • 20 Oct-2020
  • 630 Bytes
You can Share it: