From f7e8281e7d42f3ae07c02568935c2eab02a26447 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Wed, 6 May 2020 20:08:09 -0400 Subject: [PATCH] Use custom default dir for Mathematica notebooks ~/Projects/priv/mathematica-notebooks --- home/.Mathematica/FrontEnd/init.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.Mathematica/FrontEnd/init.m b/home/.Mathematica/FrontEnd/init.m index 8194755..e818c45 100644 --- a/home/.Mathematica/FrontEnd/init.m +++ b/home/.Mathematica/FrontEnd/init.m @@ -1,5 +1,5 @@ SetOptions[$FrontEnd, -NotebookBrowseDirectory->"/home/siraaj/Documents/Wolfram Mathematica", +NotebookBrowseDirectory->"~/Projects/priv/mathematica-notebooks", NotebookPath->{ FrontEnd`FileName[{$UserBaseDirectory, "Autoload", Blank[], "FrontEnd", "Palettes"}], -- 2.20.1