From 6bb3a1d5cc0954fbfca9c436ba5e06301fb8c346 Mon Sep 17 00:00:00 2001 From: Mio Nilsson Date: Thu, 3 Jan 2013 16:09:46 +0000 Subject: [PATCH] Put my own aliases back --- Prompt/.aliases | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Prompt/.aliases b/Prompt/.aliases index 716d955..1e3400e 100644 --- a/Prompt/.aliases +++ b/Prompt/.aliases @@ -9,23 +9,12 @@ alias gs='git status' alias g-='git pull --rebase' alias g+='git push' alias gg='g- && g+' -alias rogo='git log --oneline --author=katt --after=`date +%Y-%m-%d`" 00:00" | cut -d" " -f2- | pbcopy' +alias rogo='git log --oneline --author=mio --after=`date +%Y-%m-%d`" 00:00" | cut -d" " -f2- | pbcopy' alias rbp='rails_best_practices -f html --with-textmate . ; open rails_best_practices_output.html' -alias gco='git co' -alias gci='git ci' -alias grb='git rb' alias xcode='open -a xcode' alias text='open -a TextEdit' alias pre='open -a Preview' -alias l='ls' -alias ll='ls -l' -alias la='ls -a' -alias lo='logout' -alias c='clear' -alias ttop='top -U $USER' -alias gpt='git push && git push --tags' -alias gptd='git push && git push --tags && git checkout develop' function vt { PREVIOUS_TAG=`git describe | cut -d'-' -f1`