From 58ff4adbb0ee5ef09b50f7b62bda428006cd57d8 Mon Sep 17 00:00:00 2001 From: Damien Thébault Date: Tue, 7 Jan 2020 13:35:53 +0100 Subject: github #44: Allow completion for picocom to list symlinks to character devices --- Completion/Unix/Command/_picocom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_picocom b/Completion/Unix/Command/_picocom index 4b8b3ea2e..9059b03e8 100644 --- a/Completion/Unix/Command/_picocom +++ b/Completion/Unix/Command/_picocom @@ -47,7 +47,7 @@ function _picocom () { '--omap[define output character map]:output character map:' '--emap[define local echo character map]:local echo character map:' '(--help -h)'{--help,-h}'[display help message]' - '*:device:_files -g "*(%c)"' ) + '*:device:_files -g "*(-%c)"' ) _arguments -C : "${args[@]}" } -- cgit 1.4.1