initial merge
This commit is contained in:
commit
958c97f582
21 changed files with 927 additions and 39 deletions
6
.zshrc
6
.zshrc
|
|
@ -132,6 +132,12 @@ if [ -f '/home/barak/local/google-cloud-sdk/path.zsh.inc' ]; then source '/home/
|
|||
# The next line enables shell command completion for gcloud.
|
||||
if [ -f '/home/barak/local/google-cloud-sdk/completion.zsh.inc' ]; then source '/home/barak/local/google-cloud-sdk/completion.zsh.inc'; fi
|
||||
|
||||
|
||||
if [ -f "$HOME/.zshrc_work" ]; then source "$HOME/.zshrc_work"; fi
|
||||
|
||||
if [ -f "$HOME/.config/zsh/fzf-completion.zsh" ]; then source "$HOME/.config/zsh/fzf-completion.zsh"; fi
|
||||
if [ -f "$HOME/.config/zsh/fzf-key-bindings.zsh" ]; then source "$HOME/.config/zsh/fzf-key-bindings.zsh"; fi
|
||||
|
||||
# This enables autocomplete for kubectl
|
||||
if [ $commands[kubectl] ]; then
|
||||
source <(kubectl completion zsh)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue