diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-02-03 02:44:46 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-02-03 02:44:46 -0800 |
commit | 7494f72c93fcfe057c92e4b4801eec8f78690c59 (patch) | |
tree | 2b5f3bec45f57e1fbf9d13fbf93846ce96cbcbae /local.sh | |
parent | 7d1de4f46e219884402b037d0a24a44d423b3db7 (diff) |
Diffstat (limited to 'local.sh')
-rwxr-xr-x | local.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |