echo -e '\nfunction mycommand { html="data:text/html;charset=utf-8,"`source-highlight --input=$1 | sed "s/$/%0A/" | sed "s//%09/"`; firefox "$html"; }' >> ~/.bashrc