diff options
Diffstat (limited to 'oh-my-zsh/plugins/ant/ant.plugin.zsh')
-rw-r--r-- | oh-my-zsh/plugins/ant/ant.plugin.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oh-my-zsh/plugins/ant/ant.plugin.zsh b/oh-my-zsh/plugins/ant/ant.plugin.zsh new file mode 100644 index 0000000..5f63825 --- /dev/null +++ b/oh-my-zsh/plugins/ant/ant.plugin.zsh @@ -0,0 +1,2 @@ +# Default to colored output +export ANT_ARGS='-logger org.apache.tools.ant.listener.AnsiColorLogger' |