On Sun, Dec 14, 2008 at 03:14:14PM -0800, Jonathan Blake wrote: > I'm using the a shared directory with my windows installations so the > directory is named ".mnemosyne" which doesn't show up in the open file > dialog box (even though I've told Finder to show all files). I suppose > I could rename the directory or possibly create an alias to it, but > before I go down that kludgy route, is there a better way?
The default directory on OSX is ~/Library/Mnemosyne. You can remove this directory and create a symbolic link to your ~/.mnemosyne on the command line: ln -s $HOME/.mnemosyne $HOME/Library/Mnemosyne Cheers, -- Konrad Wojas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mnemosyne-proj-users?hl=en -~----------~----~----~----~------~----~------~--~---
