.zshrc

branch
mhoward-lt
changeset 140
29b215bf23e0
parent 138
c033679345bd
child 165
e109208ae2df
equal deleted inserted replaced
137:e34eb9b7a8a3 140:29b215bf23e0
1 # Path to your oh-my-zsh installation. 1 # Path to your oh-my-zsh installation.
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
7 # trust in github?
8 DISABLE_UPDATE_PROMPT="true"
6 9
7 plugins=( common-aliases gitfast ) 10 plugins=( common-aliases gitfast )
8 11
9 if [ -f ~/.zshrc.local-pre ]; then 12 if [ -f ~/.zshrc.local-pre ]; then
10 source ~/.zshrc.local-pre 13 source ~/.zshrc.local-pre

mercurial