New aliases

This commit is contained in:
2014-09-29 20:51:23 -04:00
parent c2f56bd4cc
commit 50b1f41dc6
6 changed files with 38 additions and 18 deletions

View File

@@ -69,10 +69,6 @@ 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
}
function bump_gem_version {
if [[ $# -eq 0 ]]; then
echo "usage: $0 <version>"