From f16025deb83e162296aaba3447d74e58182f44a8 Mon Sep 17 00:00:00 2001 From: Kent Smith Date: Thu, 16 Dec 2021 08:10:48 -0600 Subject: allow homebrew to load before starship --- .zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 65dfbc4..e505713 100644 --- a/.zshrc +++ b/.zshrc @@ -44,8 +44,7 @@ export TERM=xterm-256color alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' -eval "$(starship init zsh)" - [ -f $HOME/.zshrc.local ] && source $HOME/.zshrc.local +eval "$(starship init zsh)" source ~/.zsh_plugins.sh -- cgit v1.2.3