function apt-search (){
  apt-cache search "$@" | grep -v '^lib' | sort;
}

function prs (){
  ps faux | grep -v 'grep' | grep "$@" | sed -e 's/^\([^ ]*\) *\([0-9]*\) .*:[0-9][0-9] \(.*\)$/\1 \2 \3/g'
}