Mercurial > hg > dml-home
annotate .bash_aliases @ 27:0ebdfdce973f
Fix to pick up SWISH styling properly.
author | samer |
---|---|
date | Sat, 14 Feb 2015 16:54:27 +0000 |
parents | 3255717f4e6b |
children |
rev | line source |
---|---|
samer@2 | 1 alias ltr='ls -ltr' |
samer@2 | 2 |
samer@2 | 3 alias rm='rm -i' |
samer@2 | 4 alias mv='mv -i' |
samer@2 | 5 alias crontab='icrontab' |
samer@2 | 6 |
samer@2 | 7 alias cd..='cd ..' |
samer@2 | 8 alias hexdump="hexdump -C" |
samer@2 | 9 alias df='df -h' |
samer@2 | 10 alias du='du -h' |
samer@2 | 11 alias matlab='matlab -nosplash -nodesktop -noawt' |
samer@2 | 12 alias top='top -o %CPU' |
samer@2 | 13 |
samer@2 | 14 alias suspend='kill -SIGSTOP' |
samer@2 | 15 alias resume='kill -SIGCONT' |
samer@2 | 16 alias curl-rdf='curl -H "Accept: application/rdf+xml"' |