Skip to content

Instantly share code, notes, and snippets.

@timrwood
Created January 27, 2014 23:15
Show Gist options
  • Save timrwood/8659353 to your computer and use it in GitHub Desktop.
Save timrwood/8659353 to your computer and use it in GitHub Desktop.
alias fact="elinks -dump randomfunfacts.com | grep '|' -B 2 -A 2"
alias p='fact && git pull --rebase'
alias up='fact && git push'
@timrwood
Copy link
Author

$ p

+------------------------------------------------------------------------------+
| Every vehicle produced by General Motors in the United States includes about |
| $1,500 in health-care costs - typically more than the value of steel         |
| contained in the vehicle.                                                    |
+------------------------------------------------------------------------------+

Current branch develop is up to date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment