Mercurial > hg > dtl-dml-home
annotate .bash_aliases @ 107:ee91974287d6 dml-dockerised tip
testing newest swi-prolog version
author | wolffd <wolffd.mail@googlemail.com> |
---|---|
date | Tue, 21 Aug 2018 18:37:33 +0100 |
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"' |