Added missing FX and named colors to spectrum.

This commit is contained in:
Sorin Ionescu 2011-09-11 01:02:10 -04:00
commit b65195156d
39 changed files with 57 additions and 16 deletions

13
plugins/git/init.zsh Normal file
View file

@ -0,0 +1,13 @@
# ------------------------------------------------------------------------------
# FILE: git.plugin.zsh
# DESCRIPTION: oh-my-zsh plugin file.
# AUTHOR: Sorin Ionescu <sorin.ionescu@gmail.com>
# VERSION: 1.0.0
# ------------------------------------------------------------------------------
# Source plugin files.
source "${0:h}/utility.zsh"
source "${0:h}/alias.zsh"
source "${0:h}/info.zsh"
source "${0:h}/completion.zsh"