From a3fa456e28a8fc9b0720e230039083c3f8e3f7b8 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Wed, 14 Jun 2023 16:30:24 -0700 Subject: add content to journal and mindmap --- config/index.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/index.org') diff --git a/config/index.org b/config/index.org index 1932468..c4dbb12 100644 --- a/config/index.org +++ b/config/index.org @@ -11,7 +11,7 @@ Here is a list of my configurations for various programs: #+begin_src shell :results output raw :exports both for f in *; do - if [[ "$f" == "index.org" ]]; then + if [[ "$f" == "index.org" || "$f" == "README.org" ]]; then continue fi printf -- "- [[file:$f][$f]]\n" -- cgit