|
|
@ -5,7 +5,8 @@ ZSH=$HOME/dotfiles/oh-my-zsh
|
|
|
|
# Look in ~/.oh-my-zsh/themes/
|
|
|
|
# Look in ~/.oh-my-zsh/themes/
|
|
|
|
# Optionally, if you set this to "random", it'll load a random theme each
|
|
|
|
# Optionally, if you set this to "random", it'll load a random theme each
|
|
|
|
# time that oh-my-zsh is loaded.
|
|
|
|
# time that oh-my-zsh is loaded.
|
|
|
|
ZSH_THEME="robbyrussell"
|
|
|
|
# ZSH_THEME="robbyrussell"
|
|
|
|
|
|
|
|
ZSH_THEME="sunrise"
|
|
|
|
|
|
|
|
|
|
|
|
# Set to this to use case-sensitive completion
|
|
|
|
# Set to this to use case-sensitive completion
|
|
|
|
# CASE_SENSITIVE="true"
|
|
|
|
# CASE_SENSITIVE="true"
|
|
|
@ -24,7 +25,7 @@ COMPLETION_WAITING_DOTS="true"
|
|
|
|
|
|
|
|
|
|
|
|
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
|
|
|
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
|
|
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
|
|
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
|
|
|
plugins=(git archlinux npm vi-mode node osx)
|
|
|
|
plugins=(git archlinux npm vi-mode node osx ruby rails3 gem)
|
|
|
|
|
|
|
|
|
|
|
|
source $ZSH/oh-my-zsh.sh
|
|
|
|
source $ZSH/oh-my-zsh.sh
|
|
|
|
|
|
|
|
|
|
|
|