Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. # Path to your oh-my-zsh configuration.
  2. ZSH=$HOME/.oh-my-zsh
  3.  
  4. # Set name of the theme to load.
  5. # Look in ~/.oh-my-zsh/themes/
  6. # Optionally, if you set this to "random", it'll load a random theme each
  7. # time that oh-my-zsh is loaded.
  8. ZSH_THEME="steeef"
  9.  
  10. plugins=(brew git github jira jruby osx rails rake redis-cli vagrant)
  11.  
  12. source $ZSH/oh-my-zsh.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement