From f1b4fb21db82f99da24738cae8a4acb4b323765c Mon Sep 17 00:00:00 2001 From: Gaetan Bisson Date: Sat, 10 Oct 2015 19:24:09 -1000 Subject: Use ~/.subsurface as default directory on Linux This is more discreet than ~/subsurface (the previous default) and follows a well-established tradition. Signed-off-by: Gaetan Bisson Signed-off-by: Dirk Hohndel --- linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux.c b/linux.c index d23af1aa0..d4131c7ea 100644 --- a/linux.c +++ b/linux.c @@ -53,7 +53,7 @@ static const char *system_default_path_append(const char *append) const char *home = getenv("HOME"); if (!home) home = "~"; - const char *path = "/subsurface"; + const char *path = "/.subsurface"; int len = strlen(home) + strlen(path) + 1; if (append) -- cgit v1.2.3-70-g09d2