diff options
author | Preston Pan <preston@nullring.xyz> | 2023-06-14 16:30:24 -0700 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2023-06-14 16:30:24 -0700 |
commit | a3fa456e28a8fc9b0720e230039083c3f8e3f7b8 (patch) | |
tree | f6034cb30f67069ecefecac244fcbd201d36a3a7 /config/index.org | |
parent | 2bcbe7346a1e61e4cb019e445f75f28714f4d855 (diff) |
add content to journal and mindmap
Diffstat (limited to 'config/index.org')
-rw-r--r-- | config/index.org | 2 |
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" |