From afe8b0d8ec5e0a83b96720e51da906ee9a01460b Mon Sep 17 00:00:00 2001 From: Thomas Bouve Date: Sat, 6 Aug 2016 23:41:27 +0200 Subject: [PATCH] Fix for bash-it help plugins error (pathmunge group value). --- lib/helpers.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/helpers.bash b/lib/helpers.bash index 2dffe4ab..3c1c1f03 100644 --- a/lib/helpers.bash +++ b/lib/helpers.bash @@ -434,7 +434,7 @@ if ! type pathmunge > /dev/null 2>&1 then function pathmunge () { about 'prevent duplicate directories in you PATH variable' - group 'lib helpers' + group 'helpers' example 'pathmunge /path/to/dir is equivalent to PATH=/path/to/dir:$PATH' example 'pathmunge /path/to/dir after is equivalent to PATH=$PATH:/path/to/dir'