-
-
Save a-chernykh/3396880 to your computer and use it in GitHub Desktop.
IAMA shorthand junkie
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 | |
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