mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
Added a few git functions and fixed fpath not being set in the appropriate spot
This commit is contained in:
4
zsh/.zshenv
Normal file
4
zsh/.zshenv
Normal file
@@ -0,0 +1,4 @@
|
||||
# This needs placed in the ~/.zshenv
|
||||
|
||||
export ZDOTDIR="$HOME/.config/zsh"
|
||||
[ -f "$ZDOTDIR/.zshenv" ] && source "$ZDOTDIR/.zshenv"
|
||||
Reference in New Issue
Block a user