Rename functions/g to configs/git.zsh

This commit is contained in:
Oliver Davies 2020-03-02 23:40:17 +00:00
parent e4fa6d1a5b
commit 0865136067
2 changed files with 0 additions and 3 deletions

View file

@ -7,9 +7,6 @@ export PATH=$PATH:/usr/local/sbin
export PATH=$PATH:"$HOME/.platformsh/bin"
export PATH="$HOME/.bin:$PATH"
for function in $HOME/.zsh/functions/*; do
source $function
done
# extra files in ~/.zsh/configs/pre , ~/.zsh/configs , and ~/.zsh/configs/post
# these are loaded first, second, and third, respectively.
_load_settings() {