We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a426710 commit 459b6ecCopy full SHA for 459b6ec
contrib/completion/hwloc-completion.bash
@@ -3,6 +3,8 @@
3
# See COPYING in top-level directory.
4
#
5
6
+# This file is also compatible with zsh (once bashcompinit is enabled)
7
+
8
# bash < 4 doesn't support compopt
9
[[ -z "$ZSH_VERSION" ]] && [[ "${BASH_VERSINFO[0]:-0}" -lt 4 ]] && return
10
# TODO only disable the nospace completion of "--filter"
0 commit comments