diff --git a/site-modules/core/files/oh-my-zsh/custom/git.zsh b/site-modules/core/files/oh-my-zsh/custom/git.zsh index 7f0f797..35218c4 100644 --- a/site-modules/core/files/oh-my-zsh/custom/git.zsh +++ b/site-modules/core/files/oh-my-zsh/custom/git.zsh @@ -3,6 +3,7 @@ source $ZSH/lib/git.zsh alias gcon="git diff --name-only --diff-filter=U" alias gml="git merge --log" alias gl="git --no-pager log --oneline --reverse --max-count=40" +alias gap="git add -p" function git_get_fetch_url() { git remote show origin -n | awk '/Fetch URL:/{print $3}'