.zshrc

changeset 138
c033679345bd
parent 101
ed9cc9675e93
child 165
e109208ae2df
equal deleted inserted replaced
136:b634c40e658b 138:c033679345bd
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