-
-
Save 5minpause/3394141 to your computer and use it in GitHub Desktop.
A fun shell script from #euruku
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ history | awk {'print $2, $3, $4'} | sort | uniq -c | sort -k1 -rn | head -n 30 | |
577 gcoma | |
551 g st | |
533 g push | |
439 g add . | |
282 rails s | |
249 cap deploy | |
228 mvim . | |
167 g aa | |
143 g pull | |
137 beg | |
135 bundle install | |
111 bundle update goldencobra | |
107 g up | |
104 rails c | |
94 cd test/dummy | |
83 git com -am | |
82 quirin | |
79 rake db:migrate | |
67 cd ... | |
64 g pull --rebase | |
58 g com -am | |
56 subl . | |
53 g co -b | |
51 rake db:migrate db:test:prepare | |
49 rails g migration | |
49 bi | |
46 ll | |
41 vim . | |
41 bundle update goldencobra_events | |
40 goldencobra |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment