comparison zshrc @ 35:63f450f5c3fb

Update plugins
author zegervdv <zegervdv@me.com>
date Sun, 13 Apr 2014 10:15:12 +0200
parents 2da8d8daa033
children fd46739dc0bb
comparison
equal deleted inserted replaced
34:3ed98613040a 35:63f450f5c3fb
4 # Set name of the theme to load. 4 # Set name of the theme to load.
5 # Look in ~/.oh-my-zsh/themes/ 5 # Look in ~/.oh-my-zsh/themes/
6 # Optionally, if you set this to "random", it'll load a random theme each 6 # Optionally, if you set this to "random", it'll load a random theme each
7 # time that oh-my-zsh is loaded. 7 # time that oh-my-zsh is loaded.
8 ZSH_THEME="custom" 8 ZSH_THEME="custom"
9
10 setopt correct_all 9 setopt correct_all
11 10
12 # Example aliases 11 # Example aliases
13 # alias zshconfig="mate ~/.zshrc" 12 # alias zshconfig="mate ~/.zshrc"
14 # alias ohmyzsh="mate ~/.oh-my-zsh" 13 # alias ohmyzsh="mate ~/.oh-my-zsh"
85 alias ag="ag --color" 84 alias ag="ag --color"
86 85
87 compctl -g '~/.teamocil/*(:t:r)' teamocil 86 compctl -g '~/.teamocil/*(:t:r)' teamocil
88 87
89 [[ -f ~/.zshrc.local ]] && source ~/.zshrc.local 88 [[ -f ~/.zshrc.local ]] && source ~/.zshrc.local
89