Merge pull request #778 from crahan/fix_pathmunge_group

Fix for bash-it help plugins error (pathmunge group value).
pull/780/head
Nils Winkler 2016-08-08 09:01:08 +02:00 committed by GitHub
commit ab2b5e98ca
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ if ! type pathmunge > /dev/null 2>&1
then then
function pathmunge () { function pathmunge () {
about 'prevent duplicate directories in you PATH variable' 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 is equivalent to PATH=/path/to/dir:$PATH'
example 'pathmunge /path/to/dir after is equivalent to PATH=$PATH:/path/to/dir' example 'pathmunge /path/to/dir after is equivalent to PATH=$PATH:/path/to/dir'