mirror of
https://github.com/bvanroll/my-old-dotfiles.git
synced 2025-08-29 12:02:46 +00:00
zsh completion for git?
This commit is contained in:
7
.zshrc
7
.zshrc
@@ -142,3 +142,10 @@ alias virc="vim ~/.zshrc"
|
||||
KUBECONFIG=~/.kube/configs/*
|
||||
#kubectl completion
|
||||
if [ /usr/local/bin/kubectl ]; then source <(kubectl completion zsh); fi
|
||||
# Load Git completion
|
||||
zstyle ':completion:*:*:git:*' script ~/.zsh/git-completion.bash
|
||||
fpath=(~/.zsh $fpath)
|
||||
|
||||
autoload -Uz compinit && compinit
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user