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(+) 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 e='4ec42616876188657fde1230f7c2ccd8396f18b1'/> dontfiles
summary refs log tree commit diff
path: root/bin/wake.c (unfollow)
Commit message (Collapse)Author
2019-01-12Replace libedit MakefileJune McEnroe
2019-01-11Import /usr/src/lib/libedit from NetBSD 8.0June McEnroe
2019-01-11Add PSlit for prompt escapesJune McEnroe
2019-01-11Don't make depend automaticallyJune McEnroe