Mercurial > hg > dml-home
view .bash_aliases @ 100:a4cd935561d4 dml-dockerised tip
small updates and version pin for cliopatria
author | wolffd <wolffd.mail@googlemail.com> |
---|---|
date | Fri, 29 Jun 2018 17:48:41 +0100 |
parents | 3255717f4e6b |
children |
line wrap: on
line source
alias ltr='ls -ltr' alias rm='rm -i' alias mv='mv -i' alias crontab='icrontab' alias cd..='cd ..' alias hexdump="hexdump -C" alias df='df -h' alias du='du -h' alias matlab='matlab -nosplash -nodesktop -noawt' alias top='top -o %CPU' alias suspend='kill -SIGSTOP' alias resume='kill -SIGCONT' alias curl-rdf='curl -H "Accept: application/rdf+xml"'