Rename functions/g to configs/git.zsh
This commit is contained in:
parent
e4fa6d1a5b
commit
0865136067
|
@ -7,9 +7,6 @@ export PATH=$PATH:/usr/local/sbin
|
||||||
export PATH=$PATH:"$HOME/.platformsh/bin"
|
export PATH=$PATH:"$HOME/.platformsh/bin"
|
||||||
export PATH="$HOME/.bin:$PATH"
|
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
|
# extra files in ~/.zsh/configs/pre , ~/.zsh/configs , and ~/.zsh/configs/post
|
||||||
# these are loaded first, second, and third, respectively.
|
# these are loaded first, second, and third, respectively.
|
||||||
_load_settings() {
|
_load_settings() {
|
||||||
|
|
Loading…
Reference in a new issue