From 03651fd0718f3386057f428532ff8eff3169a1ea Mon Sep 17 00:00:00 2001 From: Ira Abramov Date: Thu, 9 May 2013 16:12:49 +0300 Subject: [PATCH] I hate implicit function declarations, but it turns out bash doesn't even know what they are if they come after "then", so I made it implicit. --- plugins/available/base.plugin.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/available/base.plugin.bash b/plugins/available/base.plugin.bash index e07401bc..57c20a00 100644 --- a/plugins/available/base.plugin.bash +++ b/plugins/available/base.plugin.bash @@ -153,7 +153,7 @@ usage () if [ ! -e $BASH_IT/plugins/enabled/todo.plugin.bash ]; then # if user has installed todo plugin, skip this... - t () + function t () { about 'one thing todo' param 'if not set, display todo item'