Update '.zshrc'
This commit is contained in:
parent
7242e16f3c
commit
160e2dcd53
3
.zshrc
3
.zshrc
|
@ -50,6 +50,9 @@ source ~/.zsh/zsh-history-substring-search/zsh-history-substring-search.zsh
|
||||||
# Set Prompt
|
# Set Prompt
|
||||||
setopt promptsubst
|
setopt promptsubst
|
||||||
|
|
||||||
|
# Kubectl completions fix
|
||||||
|
source <(kubectl completion zsh)
|
||||||
|
|
||||||
# Bindkeys
|
# Bindkeys
|
||||||
bindkey '^[[A' history-substring-search-up
|
bindkey '^[[A' history-substring-search-up
|
||||||
bindkey '^[[B' history-substring-search-down
|
bindkey '^[[B' history-substring-search-down
|
Loading…
Reference in New Issue