Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bash_completion.d dir found in /etc not /usr/local #72

Merged
merged 1 commit into from Nov 26, 2018

Commits on Sep 24, 2018

  1. bash_completion.d dir found in /etc not /usr/local

    I found this page useful for setting up npm command completion. Thank you npm 
    documentation team.
    
    This suggested changed is based on my system which runs Ubuntu where
    the completion directory path for bash is found in 
    /etc/bash_completion.d and not /usr/local/etc/bash_completion.d
    
    I dug around docs for this in The Bash Manual 
    https://www.gnu.org/software/bash/manual/bashref.html#Programmable-Completion 
    and on some an old (sadly retired) Debian Admin Site
    https://debian-administration.org/article/317/An_introduction_to_bash_completion_part_2
    
    which seemed supportive of the dir being in /etc but I do not have access 
    to an OS X machine where I guess bash_completion.d could be in /usr/local/etc 
    so I left it in.
    RobertKielty committed Sep 24, 2018
    Copy the full SHA
    0536cda View commit details
    Browse the repository at this point in the history