aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-07 01:02:14 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-07 01:02:14 +1300
commit91d3761bd1b5f31dcdea7576f23da0863b055b6f (patch)
tree112428510ae5791a70e7fba7c88bb2b751c586ec /bash
parentRemove unneeded declaration (diff)
downloaddotfiles-91d3761bd1b5f31dcdea7576f23da0863b055b6f.tar.gz
dotfiles-91d3761bd1b5f31dcdea7576f23da0863b055b6f.zip
Add filenames treatment to mex(1df) completion
Diffstat (limited to 'bash')
-rw-r--r--bash/bash_completion.d/mex.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bash_completion.d/mex.bash b/bash/bash_completion.d/mex.bash
index b1e0e1a7..d9604b2c 100644
--- a/bash/bash_completion.d/mex.bash
+++ b/bash/bash_completion.d/mex.bash
@@ -51,4 +51,4 @@ _mex() {
done
)
}
-complete -F _mex mex
+complete -F _mex -o filenames mex