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 1f3aa7c..e3b8596 100644 --- a/site-modules/core/files/oh-my-zsh/custom/git.zsh +++ b/site-modules/core/files/oh-my-zsh/custom/git.zsh @@ -4,6 +4,7 @@ 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" +alias gs="gss" function git_get_fetch_url() { git remote show origin -n | awk '/Fetch URL:/{print $3}'