Skip to content

Commit

Permalink
Fix dot completion
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Aug 16, 2021
1 parent c18d6c0 commit 5ef14c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/.completion
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _dotfiles_completions() {
COMPREPLY=( $(compgen -W 'clean dock edit help macos test update' -- $cur ) );
}

complete -o default -F _dotfiles_completions dotfiles
complete -o default -F _dotfiles_completions dot

# npm (https://docs.npmjs.com/cli/completion)

Expand Down

0 comments on commit 5ef14c3

Please sign in to comment.