aboutsummaryrefslogtreecommitdiff
path: root/local.sh
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-02-03 02:44:46 -0800
committerPreston Pan <ret2pop@gmail.com>2025-02-03 02:44:46 -0800
commit7494f72c93fcfe057c92e4b4801eec8f78690c59 (patch)
tree2b5f3bec45f57e1fbf9d13fbf93846ce96cbcbae /local.sh
parent7d1de4f46e219884402b037d0a24a44d423b3db7 (diff)
change mindmap locationHEADmain
Diffstat (limited to 'local.sh')
-rwxr-xr-xlocal.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/local.sh b/local.sh
index dac9829..9f6feea 100755
--- a/local.sh
+++ b/local.sh
@@ -2,7 +2,7 @@
ROAM_DB_PATH=~/.emacs.d/org-roam.db
ROAM_IMG_PATH=~/.emacs.d/img
-ROAM_PATH=~/org/website/mindmap
+ROAM_PATH=~/monorepo/mindmap
# If org-roam-ui directory does not exists, clone the org-roam-ui repository.
if [ ! -d "org-roam-ui" ]; then