Skip to content

Instantly share code, notes, and snippets.

@eddyb
Forked from cnd/gist:7640445
Last active December 29, 2015 07:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eddyb/7640657 to your computer and use it in GitHub Desktop.
Save eddyb/7640657 to your computer and use it in GitHub Desktop.
let (ref cfg, ref appCfg) = {
let prefix = Path::new(getenv("HOME").unwrap_or(~""));
(prefix.join(".Sync.conf"), prefix.join(".Mirana.conf"))
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment