tweaks! aliases! shiiiiite

This commit is contained in:
2013-07-16 19:36:06 -04:00
parent 097a97ded2
commit 97f6fe7123
5 changed files with 18 additions and 22 deletions

View File

@@ -69,3 +69,7 @@ function hist() {
cat ~/.history|cut -d ';' -f 2- 2>/dev/null| awk '{a[$1]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
}
function run_quirk() {
quirk
}