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 --- .gitmodules | 3 +++ .vim/pack/git-plugins/start/fzf | 1 + .zshrc | 3 +-- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 160000 .vim/pack/git-plugins/start/fzf diff --git a/.gitmodules b/.gitmodules index 1d01515..0a350c8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -46,3 +46,6 @@ [submodule ".vim/pack/git-plugins/start/zig.vim"] path = .vim/pack/git-plugins/start/zig.vim url = https://github.com/ziglang/zig.vim +[submodule ".vim/pack/git-plugins/start/fzf"] + path = .vim/pack/git-plugins/start/fzf + url = https://github.com/junegunn/fzf diff --git a/.vim/pack/git-plugins/start/fzf b/.vim/pack/git-plugins/start/fzf new file mode 160000 index 0000000..176ee69 --- /dev/null +++ b/.vim/pack/git-plugins/start/fzf @@ -0,0 +1 @@ +Subproject commit 176ee6910ffe40d9007ff9bc1b2720e3d729c48a 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