99:7afd2e5f6a35 | 101:ed9cc9675e93 |
---|---|
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 gitfast ) | 7 plugins=( common-aliases 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 |