Added a few git functions and fixed fpath not being set in the appropriate spot

This commit is contained in:
2023-10-09 09:22:08 -04:00
parent c1b1381f24
commit d3a383102b
6 changed files with 35 additions and 14 deletions

4
zsh/.zshenv Normal file
View File

@@ -0,0 +1,4 @@
# This needs placed in the ~/.zshenv
export ZDOTDIR="$HOME/.config/zsh"
[ -f "$ZDOTDIR/.zshenv" ] && source "$ZDOTDIR/.zshenv"