]> Sergey Matveev's repositories - dotfiles.git/blobdiff - git/.zsh/rc/010git.zsh
Split zsh configuration on corresponding sections
[dotfiles.git] / git / .zsh / rc / 010git.zsh
diff --git a/git/.zsh/rc/010git.zsh b/git/.zsh/rc/010git.zsh
new file mode 100644 (file)
index 0000000..935a17b
--- /dev/null
@@ -0,0 +1,12 @@
+alias Ga="git add"
+alias Gb="git branch"
+alias Gc="git checkout"
+alias Gd="git diff"
+alias Gdc="git diff --cached"
+alias gg="git grep "
+alias ggj="GIT_EDITOR=\"$EDITOR -c copen\" git jump grep "
+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 Gs="git show --show-signature"
+bindkey -s "\eOR" " git status --short\n" # F3