Add new .zshrc

This commit is contained in:
Anthony Wang 2021-02-18 15:04:43 -06:00
parent 94fba9c78f
commit 6675df5817
Signed by: a
GPG key ID: 6FD3502572299774

4
.zshrc
View file

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