.zshrc

changeset 95
6c1ea6e90a23
parent 94
51ca19919894
child 97
dadc95ee5fe6
equal deleted inserted replaced
94:51ca19919894 95:6c1ea6e90a23
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.custom 5 ZSH_CUSTOM=~/.oh-my-zsh.cust
6 6
7 plugins=( common-aliases mercurial git mosh ) 7 plugins=( common-aliases mercurial git mosh )
8 8
9 if [ -f ~/.zshrc.local-pre ]; 9 if [ -f ~/.zshrc.local-pre ]; then
10 source ~/.zshrc.local-pre 10 source ~/.zshrc.local-pre
11 fi 11 fi
12 12
13 # Uncomment the following line to disable auto-setting terminal title. 13 # Uncomment the following line to disable auto-setting terminal title.
14 # DISABLE_AUTO_TITLE="true" 14 # DISABLE_AUTO_TITLE="true"

mercurial