From 8177dae2737f44504c3e4ce5b5198e7ec7a93c30 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 7 Jul 2012 00:57:23 -0400 Subject: Add gfrop command --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index d4a85846..3a38aea6 100644 --- a/.zshrc +++ b/.zshrc @@ -143,6 +143,12 @@ alias irb='ripl' alias l='ls' alias t='task' +function gfrop { +git fetch +git rebase origin/master +git push origin master +} + setopt PROMPT_SUBST function prompt_task { -- cgit 1.4.1