diff options
Diffstat (limited to 'shell/completion.bash')
| -rw-r--r-- | shell/completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/completion.bash b/shell/completion.bash index aef79060..afe19c25 100644 --- a/shell/completion.bash +++ b/shell/completion.bash @@ -503,7 +503,7 @@ if ! declare -F __fzf_list_hosts > /dev/null; then ) \ <( __fzf_exec_awk -F ',' ' - match($0, /^[[a-z0-9.,:-]+/) { + match($0, /^[[a-zA-Z0-9.,:-]+/) { $0 = substr($0, 1, RLENGTH) gsub(/\[/, "") for (i = 1; i <= NF; i++) |
