diff options
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" |