Export favorite themes directory in template

This commit is contained in:
Luke Lee 2011-06-03 19:13:56 -05:00
commit 2e203cb1d3

View file

@ -5,6 +5,9 @@ export ZSH=$HOME/.oh-my-zsh
# Look in ~/.oh-my-zsh/themes/ # Look in ~/.oh-my-zsh/themes/
export ZSH_THEME="robbyrussell" export ZSH_THEME="robbyrussell"
# Set to oh-my-zsh favorite themes directory
export FAVORITE_THEMES_DIR=$ZSH/themes/favorites/
# Load a new theme by running 'load_theme' or re-sourcing your ~/.zshrc # Load a new theme by running 'load_theme' or re-sourcing your ~/.zshrc
# Set this to "random" to load a random theme each time oh-my-zsh is loaded. # Set this to "random" to load a random theme each time oh-my-zsh is loaded.