Update .zshrc
This commit is contained in:
parent
b273bd790b
commit
1e6a4e07b6
3
.zshrc
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
|
||||
|
Reference in New Issue
Block a user