Fix for bash-it help plugins error (pathmunge group value).

pull/778/head
Thomas Bouve 2016-08-06 23:41:27 +02:00
parent a3c482d8d9
commit afe8b0d8ec
1 changed files with 1 additions and 1 deletions

View File

@ -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'