From f5d0cdcc3a929bc9f6c201f13d6c05058f41e33a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 2 Jan 2017 15:54:47 +1300 Subject: Add completion for md() --- bash/bash_completion.d/md.bash | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bash/bash_completion.d/md.bash diff --git a/bash/bash_completion.d/md.bash b/bash/bash_completion.d/md.bash new file mode 100644 index 00000000..6193efe5 --- /dev/null +++ b/bash/bash_completion.d/md.bash @@ -0,0 +1,2 @@ +# Completion for md() +complete -A directory md -- cgit v1.2.3