summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2012-07-07 00:57:23 -0400
committerJune McEnroe <programble@gmail.com>2012-07-07 00:57:23 -0400
commit394156600f94b51376b04454a0674141b0524522 (patch)
tree3509af1a5e736ce5cd0b57f8ad91f832a374d9ac
parentMake gs output terse (diff)
downloadsrc-394156600f94b51376b04454a0674141b0524522.tar.gz
src-394156600f94b51376b04454a0674141b0524522.zip
Add gfrop command
-rw-r--r--.zshrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index b7cda465..c4b6e7de 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 {