mirror of
https://github.com/notwa/rc
synced 2024-11-05 02:29:06 -08:00
alias to show frequently used commands
This commit is contained in:
parent
b6cc60ada2
commit
1346bd037e
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue