Sunday, May 26, 2013

OSX Open under Linux


  • Tested under Ubuntu 12.04LTS
echo "alias open='nautilus $1'" >> ~/.bash_aliases
source ~/.bash_aliases

To make things more permanent, you might want to log out - in so that entire bash environment gets refreshed.