10:38 < obra> I'd think about something like ~/.sd_current_replica as a symlink
13:11 < mst> the problem with ~/.sd_current_replica
13:11 < mst> is that then that'll affect every shell
13:11 < mst> which is basically shit
13:12 < mst> probably the correct approach here is to have a file name in an env var
13:12 < mst> then people who want it global to that user+host set
SD_REPO_FILE=~/.sd_current_replica
13:13 < mst> andx people who want it local to a shell set it to
~/.sd_current_replica_${pid} or whatever