mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
don't autocomplete stuff beginning with underscore
This commit is contained in:
parent
eafd5f3252
commit
042b85dca4
1 changed files with 5 additions and 1 deletions
|
|
@ -44,7 +44,11 @@ zstyle ':completion:*:*:*:users' ignored-patterns \
|
||||||
named netdump news nfsnobody nobody nscd ntp nut nx obsrun openvpn \
|
named netdump news nfsnobody nobody nscd ntp nut nx obsrun openvpn \
|
||||||
operator pcap polkitd postfix postgres privoxy pulse pvm quagga radvd \
|
operator pcap polkitd postfix postgres privoxy pulse pvm quagga radvd \
|
||||||
rpc rpcuser rpm rtkit scard shutdown squid sshd statd svn sync tftp \
|
rpc rpcuser rpm rtkit scard shutdown squid sshd statd svn sync tftp \
|
||||||
usbmux uucp vcsa wwwrun xfs
|
usbmux uucp vcsa wwwrun xfs '_*'
|
||||||
|
|
||||||
|
# Do not complete things beginning with _
|
||||||
|
zstyle ':completion:*:functions' ignored-patterns '_*'
|
||||||
|
zstyle ':completion:*:parameters' ignored-patterns '_*'
|
||||||
|
|
||||||
# ... unless we really want to.
|
# ... unless we really want to.
|
||||||
zstyle '*' single-ignored show
|
zstyle '*' single-ignored show
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue