mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-02 20:04:35 +08:00
Merge fea3997153 into 4daba14316
This commit is contained in:
commit
897a802cfa
@ -25,8 +25,8 @@ else
|
||||
fi
|
||||
unset CASE_SENSITIVE HYPHEN_INSENSITIVE
|
||||
|
||||
# Complete . and .. special directories
|
||||
zstyle ':completion:*' special-dirs true
|
||||
# Only treat .. as a special directory when the prefix is empty, '.' or '../'
|
||||
zstyle -e ':completion:*' special-dirs '[[ $PREFIX = (../)#(|.|..) ]] && reply=(..)'
|
||||
|
||||
zstyle ':completion:*' list-colors ''
|
||||
zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#) ([0-9a-z-]#)*=01;34=0=01'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user