summaryrefslogtreecommitdiffstats
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
parentb1b19c13bcff34e8f592dd6016ca22724a8a7784 (diff)
downloadcfg-f16025deb83e162296aaba3447d74e58182f44a8.tar.gz
cfg-f16025deb83e162296aaba3447d74e58182f44a8.tar.bz2
allow homebrew to load before starship
-rw-r--r--.gitmodules3
m---------.vim/pack/git-plugins/start/fzf0
-rw-r--r--.zshrc3
3 files changed, 4 insertions, 2 deletions
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
+Subproject 176ee6910ffe40d9007ff9bc1b2720e3d729c48
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