summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorGeoff Garside <geoff@geoffgarside.co.uk>2009-08-31 18:46:16 +0100
committerGeoff Garside <geoff@geoffgarside.co.uk>2009-08-31 18:46:16 +0100
commit857ec726c8a713db5dbff79e1d3b80ba08e02768 (patch)
tree91e17c9979e2108e6b53866a27ee1158a0b7750c /zshrc
parent3ab0d639d0f6feaf6612badd932542d206fc5450 (diff)
parenta19d1c0f53efbbc97eeaee4e496063abf7bf689d (diff)
downloadzsh-857ec726c8a713db5dbff79e1d3b80ba08e02768.tar.gz
zsh-857ec726c8a713db5dbff79e1d3b80ba08e02768.tar.bz2
zsh-857ec726c8a713db5dbff79e1d3b80ba08e02768.zip
Merge branch master
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index d5c00d6df..2e2a33d9b 100644
--- a/zshrc
+++ b/zshrc
@@ -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;