Mercurial > hg > dml-home
diff .bash_aliases @ 2:3255717f4e6b
Added home dot-files.
author | samer |
---|---|
date | Sun, 18 Jan 2015 17:33:25 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.bash_aliases Sun Jan 18 17:33:25 2015 +0000 @@ -0,0 +1,16 @@ +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"'