diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,5 +1,3 @@ -## Theming section -#(cat $HOME/.config/wpg/sequences &) autoload -U compinit colors zcalc compinit -d colors @@ -41,7 +39,7 @@ WORDCHARS=${WORDCHARS//[&.;]} # Don't consider c bindkey -v ## Aliases -source $HOME/.aliases +. "$HOME/.config/aliasrc" ## Plugins source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh # syntax highlighting |