Added history search

This commit is contained in:
Tobias Maier
2022-06-14 19:00:45 +02:00
parent 035ed0bf2b
commit bf137670b5

5
.zshrc
View File

@@ -49,4 +49,7 @@ alias p="python"
alias y="z"
alias yi="zi"
eval "$(zoxide init zsh)"
eval "$(zoxide init zsh)"
bindkey '^[[A' up-line-or-search
bindkey '^[[B' down-line-or-search