From 6675df58176da84e85d14912ed0a9fc4fad9efb9 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Thu, 18 Feb 2021 15:04:43 -0600 Subject: [PATCH] Add new .zshrc --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) 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