You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-N Show only variable names, not their values. This is particularly
useful with shells that offer programmable completion. To enable
completion of variable names in zsh(1) (ports/shells/zsh), use the
following code:
listsysctls () { set -A reply $(sysctl -AN ${1%.*}) }
compctl -K listsysctls sysctl
I am trying to figure out how to do this and will update here if if a PR does not beat me to it. (I am more a basher, new to zsh and oh-my-zsh) ;-)
The text was updated successfully, but these errors were encountered:
The
man sysctl
for argument -N says:I am trying to figure out how to do this and will update here if if a PR does not beat me to it. (I am more a basher, new to zsh and oh-my-zsh) ;-)
The text was updated successfully, but these errors were encountered: