Added support for socage ZSH completion.
This commit is contained in:
@@ -17,4 +17,4 @@ alias flushdns='dscacheutil -flushcache && killall -HUP mDNSResponder'
|
||||
alias pkg_add='brew install'
|
||||
alias pkg_search='brew search'
|
||||
alias pkg_remove='brew remove'
|
||||
alias pkg_upgrade='brew update && brew upgrade && brew cleanup && brew cask cleanup'
|
||||
alias pkg_upgrade='brew update && brew upgrade && brew cleanup && brew cask cleanup'
|
@@ -9,6 +9,7 @@ setopt always_to_end
|
||||
WORDCHARS=''
|
||||
|
||||
zmodload -i zsh/complist
|
||||
source ~/.zsh/comp/_*
|
||||
|
||||
## case-insensitive (all),partial-word and then substring completion
|
||||
if [ "x$CASE_SENSITIVE" = "xtrue" ]; then
|
||||
|
Reference in New Issue
Block a user