aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-02 21:50:52 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-02 21:50:52 +1300
commit62cf36d3521c282c957f8667e702886472e95a0f (patch)
tree9f49a9c6f09fa979dfa567e969c9b2a6202e609d
parentCorrect completion quoting for eds(1df) (diff)
downloaddotfiles-62cf36d3521c282c957f8667e702886472e95a0f.tar.gz
dotfiles-62cf36d3521c282c957f8667e702886472e95a0f.zip
Correct find(1) completion to subshell exit
-rw-r--r--bash/bash_completion.d/find.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bash_completion.d/find.bash b/bash/bash_completion.d/find.bash
index f87029e7..893cb0bc 100644
--- a/bash/bash_completion.d/find.bash
+++ b/bash/bash_completion.d/find.bash
@@ -31,7 +31,7 @@ _find() {
-user
-xdev
' -- "$2"
- return
+ exit
;;
esac