]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zsh/rc/010git.zsh
Lazy-loading functions
[dotfiles.git] / zsh / .zsh / rc / 010git.zsh
index 6e3939e938a96afdd6e3bfa29a876afbb14bae82..43333c68865274e117db3e678dbc0c49483d9ec7 100644 (file)
@@ -9,12 +9,7 @@ alias Gm="git diff --name-only --diff-filter=M --relative"
 alias Gam="git commit --amend"
 alias Gl="git log --oneline --graph --decorate=short"
 alias Gld="git log --format=format:'%ai %Cgreen%h%Creset %s'"
+alias Gp="git log --patch"
 alias Gr="git remote -v"
-
-Gg() {
-    git log -i --grep=$1
-}
-
 bindkey -s "\eOR" " git status --short\n" # F3
-
 export TOG_COLORS=1