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
|
||||
setopt promptsubst
|
||||
|
||||
# Kubectl completions fix
|
||||
source <(kubectl completion zsh)
|
||||
|
||||
# Bindkeys
|
||||
bindkey '^[[A' history-substring-search-up
|
||||
bindkey '^[[B' history-substring-search-down
|
Loading…
Reference in New Issue