Guest User

Untitled

a guest
Mar 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. export ZSH=/Users/collerycaroline/.oh-my-zsh
  2.  
  3. ZSH_THEME="robbyrussell"
  4.  
  5.  
  6. plugins=(
  7. git
  8. )
  9.  
  10. source $ZSH/oh-my-zsh.sh
  11.  
  12. echo "BASH : Bourne Again Shell"
  13. export PATH=$HOME/bin:/usr/local/bin:$PATH
  14. alias therm= "istats"
Add Comment
Please, Sign In to add comment