Update .zshrc

This commit is contained in:
Anthony Wang 2021-03-28 10:45:19 -05:00
parent 6675df5817
commit f59cc49161
Signed by: a
GPG key ID: 6FD3502572299774

9
.zshrc
View file

@ -1,7 +1,16 @@
# Plugins
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
# Bind arrow keys
bindkey '^[[A' history-substring-search-up
bindkey '^[[B' history-substring-search-down
# Powerline
powerline-daemon -q
source /usr/lib/python3.9/site-packages/powerline/bindings/zsh/powerline.zsh
# History
export HISTFILE=~/.zsh_history
setopt INC_APPEND_HISTORY