Mercurial > dotfiles.old
comparison zshrc @ 8:d20278638011
Add teamocil layouts
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sat, 01 Mar 2014 22:30:45 +0100 |
parents | d35280c9b023 |
children | f9f04cee7f51 |
comparison
equal
deleted
inserted
replaced
7:4f1add3c7606 | 8:d20278638011 |
---|---|
77 # Disable Autocorrections | 77 # Disable Autocorrections |
78 alias tmux='nocorrect tmux' | 78 alias tmux='nocorrect tmux' |
79 alias mvim="reattach-to-user-namespace mvim" | 79 alias mvim="reattach-to-user-namespace mvim" |
80 alias vim="reattach-to-user-namespace vim" | 80 alias vim="reattach-to-user-namespace vim" |
81 alias ag="ag --color" | 81 alias ag="ag --color" |
82 # Syntax Highlighting | 82 |
83 # source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | 83 compctl -g '~/.teamocil/*(:t:r)' teamocil |
84 # | 84 |
85 [[ -f ~/.zshrc.local ]] && source ~/.zshrc.local | 85 [[ -f ~/.zshrc.local ]] && source ~/.zshrc.local |