Added lunar phase and 'zmoji' plugins.

This commit is contained in:
Sean Carolan 2014-03-01 21:19:04 -05:00
commit d09385ae19
7 changed files with 224 additions and 19 deletions

View file

@ -1,14 +1,3 @@
function cabal_sandbox_info() {
cabal_files=(*.cabal(N))
if [ $#cabal_files -gt 0 ]; then
if [ -f cabal.sandbox.config ]; then
echo "%{$fg[green]%}sandboxed%{$reset_color%}"
else
echo "%{$fg[red]%}not sandboxed%{$reset_color%}"
fi
fi
}
function _cabal_commands() {
local ret=1 state
_arguments ':subcommand:->subcommand' && ret=0