Skip to content

Commit

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

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

Expand Down

0 comments on commit e68cae6

Please sign in to comment.