From 1346bd037e3996cf2913e57302b7a405dd012371 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 4 May 2015 16:52:07 -0700 Subject: [PATCH] alias to show frequently used commands --- home/-shrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/-shrc b/home/-shrc index 14c5795..e1d27e3 100644 --- a/home/-shrc +++ b/home/-shrc @@ -97,6 +97,7 @@ alias rakef='rake && gem build *.gemspec && gem install *.gem' alias rot13='tr "A-Za-z0-9" "N-ZA-Mn-za-m5-90-4"' alias cleanse='tr -cd "\11\12\15\40-\176"' alias profile="CPUPROFILE=./a.pprof LD_PRELOAD=/usr/lib/libprofiler.so" +alias freq="cut -d' ' -f1 < ~/.histfile | sort | uniq -c | sort -rn | head" function trash() { dd status=none if=/dev/random bs=1 count="$1"