Update zshrc
Signed-off-by: Manuel Vergara <manuel@vergaracarmona.es>
This commit is contained in:
parent
5cc07d7b3d
commit
253448067f
11
files/zshrc
11
files/zshrc
@ -98,13 +98,16 @@ plugins=(
|
||||
history-substring-search
|
||||
jsontools
|
||||
jump
|
||||
kubectl
|
||||
kubectl
|
||||
nmap
|
||||
python
|
||||
sudo
|
||||
terraform
|
||||
vagrant
|
||||
vagrant-prompt
|
||||
zsh-autosuggestions
|
||||
zsh-syntax-highlighting
|
||||
z
|
||||
z
|
||||
)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
@ -179,4 +182,8 @@ export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
|
||||
autoload -U +X bashcompinit && bashcompinit
|
||||
|
||||
complete -o nospace -C /usr/bin/terraform terraform
|
||||
|
||||
complete -o default -F __start_kubectl k
|
||||
[[ $commands[kubectl] ]] && source <(kubectl completion zsh)
|
||||
|
Loading…
Reference in New Issue
Block a user