Skip to content

Instantly share code, notes, and snippets.

@max-lt
Created April 7, 2018 14:07
Show Gist options
  • Save max-lt/56bc6bfc3eaee2abcf55c8092991aeab to your computer and use it in GitHub Desktop.
Save max-lt/56bc6bfc3eaee2abcf55c8092991aeab to your computer and use it in GitHub Desktop.
Bash completion for aliases
# autocompletion for d and dokcer (docker)
source /usr/share/bash-completion/completions/docker
complete -F _docker d dokcer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment