10 lines
107 B
Bash
10 lines
107 B
Bash
|
#
|
||
|
# git aliases and functions
|
||
|
#
|
||
|
|
||
|
if (( ! $+commands[git] )); then
|
||
|
return 1
|
||
|
fi
|
||
|
|
||
|
source "${0:h}/alias.zsh"
|