Skip to content

Commit

Permalink
more useful stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
josephgrossberg committed May 2, 2012
1 parent c68ce3c commit 65aec47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bash_aliases
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ alias lynx='/Applications/Lynxlet.app/Contents/Resources/lynx/bin/lynx'
alias now='ruby -e "puts Time.now.utc.to_i"' alias now='ruby -e "puts Time.now.utc.to_i"'
alias rr='railroad -M | dot -Tsvg > doc/database/models.svg; railroad -M | neato -Tpng > doc/database/models.png' alias rr='railroad -M | dot -Tsvg > doc/database/models.svg; railroad -M | neato -Tpng > doc/database/models.png'
alias tgz='tar -pczf' alias tgz='tar -pczf'

# git ones
alias gitlg='git log --graph --pretty=format:'\''%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen%cn%Creset %Cblue%cr%Creset'\'' --abbrev-commit --date=relative'
1 change: 1 addition & 0 deletions .bash_aliases_work
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ alias ss='rails s'
alias phone='open ~/projects/sbn-ios/iPhone/SBNation.xcodeproj/' alias phone='open ~/projects/sbn-ios/iPhone/SBNation.xcodeproj/'
alias pullall='cd ~/projects/sbn-ios && git pull && cd ~/projects/sbn && git pull' alias pullall='cd ~/projects/sbn-ios && git pull && cd ~/projects/sbn && git pull'
alias chrome_iphone='/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome -user-agent="iPhone Vox"' alias chrome_iphone='/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome -user-agent="iPhone Vox"'
alias gotomeeting='cat ~/gotomeeting.txt | pbcopy'

0 comments on commit 65aec47

Please sign in to comment.