From c8e2f3c3d8792a4cf91de04d08c0d92e436da237 Mon Sep 17 00:00:00 2001 From: dana Date: Fri, 5 Jan 2018 10:06:50 +0900 Subject: 42222: _object_files: recognize .dylib (macOS) --- Completion/Unix/Type/_object_files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Type') diff --git a/Completion/Unix/Type/_object_files b/Completion/Unix/Type/_object_files index 70b5b6688..595265116 100644 --- a/Completion/Unix/Type/_object_files +++ b/Completion/Unix/Type/_object_files @@ -5,7 +5,7 @@ local expl _description files expl 'object file' __object_file() { - [[ -x $REPLY || $REPLY = *.(a|o|elf) || $REPLY = *.so(.<->)# || + [[ -x $REPLY || $REPLY = *.(a|o|elf|dylib) || $REPLY = *.so(.<->)# || $REPLY = (core*|*.core) ]] } -- cgit 1.4.1