Skip to content

Commit

Permalink
path to bash_completion corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
jinal--shah committed May 5, 2017
1 parent e68cae6 commit e15f98f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/fs/etc/skel/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ forwardSsh() {

sourceCompletions() {
local c=""
for c in bash_completion git docker make; do
. /usr/share/bash-completion/bash_completion
for c in git docker make; do
. /usr/share/bash-completion/completions/$c
done
}
Expand Down

0 comments on commit e15f98f

Please sign in to comment.