From 2257085f3da0b6873c3099c2ab738b381c23b8de Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 28 Jan 2017 22:30:39 +1300 Subject: Add completion for finger(1) --- bash/bash_completion.d/finger.bash | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bash/bash_completion.d/finger.bash diff --git a/bash/bash_completion.d/finger.bash b/bash/bash_completion.d/finger.bash new file mode 100644 index 00000000..5594adde --- /dev/null +++ b/bash/bash_completion.d/finger.bash @@ -0,0 +1,2 @@ +# Completion for finger(1) +complete -A user finger -- cgit v1.2.3