Documentation for customizing ZSH.

This commit is contained in:
Kyle West
2012-03-23 14:02:58 -04:00
parent b0c0e26bc2
commit 23e76cab12
4 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#
# Samples of what you can do in *.before.zsh files.
# You can create as many files as you like, or put everything in one.
#
# append your own plugins. the $plugins at the end includes the plugins
# defined by YADR.
plugins=(osx ruby vagrant $plugins)
# ignore plugins defined by YADR and use your own list. Notice there is no
# $plugins at the end.
plugins=(osx ruby vagrant)
# set your theme.
export ZSH_THEME="kennethreitz"