Skip to content

Instantly share code, notes, and snippets.

@a-chernykh
Forked from steveklabnik/log.txt
Created August 19, 2012 18:18
Show Gist options
  • Save a-chernykh/3396880 to your computer and use it in GitHub Desktop.
Save a-chernykh/3396880 to your computer and use it in GitHub Desktop.
IAMA shorthand junkie
$ history | awk {'print $2, $3, $4'} | sort | uniq -c | sort -k1 -rn | head -n 30
681 gs
84 ll
84 gc
80 gd
80 gca
66 ga .
60 gb
48 cd ..
43 gp
43 gco master
37 bundle
34 gl upstream master
31 sp
30 bundle exec rspec
29 e .
27 rake db:migrate
25 bundle exec guard-jasmine
22 glg -p
21 cd chef/
20 bundle exec cucumber
17 vagrant ssh
17 touch tmp/restart.txt
16 gl
14 ss
14 gp upstream chef-background-role
13 cap local_staging deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment