Hack 42. Use bash shell function inside PS1 variable

    1. $ vi .bash_profile
    2. ps aux | grep httpd | grep -v grep | wc -l
    3. export PS1='\u@\h [`httpdcount`]> '