Update .zshrc

This commit is contained in:
Chris Titus 2020-02-10 20:24:40 -06:00 committed by GitHub
parent b273bd790b
commit 1e6a4e07b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.zshrc

@ -23,8 +23,7 @@ _comp_options+=(globdots) # Include hidden files.
bindkey '^ ' autosuggest-accept
# Load aliases and shortcuts if existent.
[ -f "$HOME/.zsh/shortcutrc" ] && source "$HOME/.zsh/shortcutrc"
[ -f "$HOME/.zsh/aliasrc" ] && source "$HOME/.zsh/aliasrc"
[ -f "$HOME/aliasrc" ] && source "$HOME/aliasrc"
# Load ; should be last.
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh 2>/dev/null