summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorKent Smith <kentsmith@gmail.com>2021-12-16 08:10:48 -0600
committerKent Smith <kentsmith@gmail.com>2021-12-16 08:10:48 -0600
commitf16025deb83e162296aaba3447d74e58182f44a8 (patch)
tree02dc64931e76c232f14a906798bbf0ae0809b6c8 /.zshrc
parentb1b19c13bcff34e8f592dd6016ca22724a8a7784 (diff)
downloadcfg-f16025deb83e162296aaba3447d74e58182f44a8.tar.gz
cfg-f16025deb83e162296aaba3447d74e58182f44a8.tar.bz2
allow homebrew to load before starship
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 1 insertions, 2 deletions
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