diff options
author | June McEnroe <programble@gmail.com> | 2012-07-07 00:57:23 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2012-07-07 00:57:23 -0400 |
commit | 394156600f94b51376b04454a0674141b0524522 (patch) | |
tree | 3509af1a5e736ce5cd0b57f8ad91f832a374d9ac /.zshrc | |
parent | Make gs output terse (diff) | |
download | src-394156600f94b51376b04454a0674141b0524522.tar.gz src-394156600f94b51376b04454a0674141b0524522.zip |
Add gfrop command
Diffstat (limited to '')
-rw-r--r-- | .zshrc | 6 |
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 { |