aboutsummaryrefslogtreecommitdiff
path: root/config/index.org
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2023-06-14 16:30:24 -0700
committerPreston Pan <preston@nullring.xyz>2023-06-14 16:30:24 -0700
commita3fa456e28a8fc9b0720e230039083c3f8e3f7b8 (patch)
treef6034cb30f67069ecefecac244fcbd201d36a3a7 /config/index.org
parent2bcbe7346a1e61e4cb019e445f75f28714f4d855 (diff)
add content to journal and mindmap
Diffstat (limited to 'config/index.org')
-rw-r--r--config/index.org2
1 files changed, 1 insertions, 1 deletions
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"