X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.shellrc;h=ff089415d0369a3b135b17ab5f2a73b133d22327;hb=43f1c1115d4bf42ce69852a9514dc351264524fd;hp=0cfd207e9cf22601f7ea0de7d66b421c2073b5f5;hpb=442bb340cd83587f565c05cb576c9ea186131923;p=dotfiles.git diff --git a/.shellrc b/.shellrc index 0cfd207..ff08941 100644 --- a/.shellrc +++ b/.shellrc @@ -74,7 +74,7 @@ if test -n "$BASH_VERSION"; then has_completion() { return 0; } if [ -z "$BASH_COMPLETION_COMPAT_DIR" ]; then if [ "$SHELL" = /bin/bash ]; then - if [ -d /usr/share/bash_completion ]; then + if [ -d /usr/share/bash-completion ]; then . /usr/share/bash-completion/bash_completion has_completion() { [ -r /usr/share/bash-completion/completions/$1 ]; } elif [ -f /etc/bash_completion ]; then