Fix order of commands, compadd must be first

This commit is contained in:
Ingo Renner 2014-06-05 16:37:32 -07:00
commit 861181ec0c

View file

@ -30,7 +30,7 @@ _composer () {
;; ;;
esac esac
else else
about compadd create-project help init search selfupdate show compadd about create-project help init search selfupdate show
fi fi
} }