98:7d66a2422bbc | 100:2608cb00d211 |
---|---|
2 export ZSH=$HOME/.oh-my-zsh | 2 export ZSH=$HOME/.oh-my-zsh |
3 | 3 |
4 ZSH_THEME="mhoward" | 4 ZSH_THEME="mhoward" |
5 ZSH_CUSTOM=~/.oh-my-zsh.cust | 5 ZSH_CUSTOM=~/.oh-my-zsh.cust |
6 | 6 |
7 plugins=( common-aliases mercurial git mosh ) | 7 plugins=( common-aliases mercurial gitfast ) |
8 | 8 |
9 if [ -f ~/.zshrc.local-pre ]; then | 9 if [ -f ~/.zshrc.local-pre ]; then |
10 source ~/.zshrc.local-pre | 10 source ~/.zshrc.local-pre |
11 fi | 11 fi |
12 | 12 |