From 1e6a4e07b69fbda287b3bffdba010dccf88571bd Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Mon, 10 Feb 2020 20:24:40 -0600 Subject: [PATCH] Update .zshrc --- .zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 32664f1..493f03f 100644 --- a/.zshrc +++ b/.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