1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-01 15:33:07 -07:00

alias to show frequently used commands

This commit is contained in:
Connor Olding 2015-05-04 16:52:07 -07:00
parent b6cc60ada2
commit 1346bd037e

View File

@ -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"