diff --git a/.zshrc b/.zshrc index 8386bf4..0c21f6c 100644 --- a/.zshrc +++ b/.zshrc @@ -1,3 +1,7 @@ +source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh +bindkey '^[[A' history-substring-search-up +bindkey '^[[B' history-substring-search-down powerline-daemon -q source /usr/lib/python3.9/site-packages/powerline/bindings/zsh/powerline.zsh