Merge branch master

This commit is contained in:
Geoff Garside 2009-08-31 18:46:16 +01:00
commit 857ec726c8
7 changed files with 31 additions and 2 deletions

4
zshrc
View file

@ -1,6 +1,10 @@
# Path to your oh-my-zsh configuration.
export ZSH=$HOME/.oh-my-zsh
# Set to the name theme to load.
# Look in ~/.oh-my-zsh/themes/
export ZSH_THEME="robbyrussell"
# Load all of the config files in ~/oh-my-zsh that end in .zsh
# TIP: Add files you don't want in git to .gitignore
for i in $ZSH/*zsh; do source $i; done;