From 4f48e5400d3609e57d955ee01e8cc80d6f0c32b6 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Wed, 26 Sep 2012 12:23:59 -0700 Subject: [PATCH] Order git alias by usage; add gr; remove gm and others --- .zprofile | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/.zprofile b/.zprofile index 6895997..0cb973b 100644 --- a/.zprofile +++ b/.zprofile @@ -233,25 +233,21 @@ alias d="dtach -a ~/.dtach" alias eo="xmodmap ~/keymaps/eo_dv_hunner.pke" alias vt="export TERM=vt220" alias rm=rm; unalias rm #hack -alias g="git" +alias gs="git status" alias gl="git lg" alias gla="git lg --all" -alias gp="git push" -alias gu="git pull" -alias gs="git status" -alias gm="git mv" -alias gr="git rm" -alias ga="git add" -alias gaf="git add --force" -alias gb="git branch" -alias gc="git commit" -alias gca="git commit --amend" -alias gd="git diff" -alias gdc="git diff --cached" -alias gdw="git diff --color-words" -alias gdt="git difftool" alias go="git checkout" alias gob="git checkout -b" +alias gb="git branch" +alias ga="git add" +alias gd="git diff" +alias gdc="git diff --cached" +alias gc="git commit" +alias gca="git commit --amend" +alias gr="git remote -v show" +alias gp="git push" +alias gu="git pull" +alias gdw="git diff --color-words" alias gk="gitk --all&" alias gx="gitx --all" alias uzbl="uzbl-browser"