Update '.zshrc'

This commit is contained in:
Mathis 2023-02-09 20:11:23 +00:00
parent 7242e16f3c
commit 160e2dcd53
1 changed files with 3 additions and 0 deletions

3
.zshrc
View File

@ -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