diff options
author | EuAndreh <eu@euandre.org> | 2025-02-21 06:49:49 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-02-21 06:49:49 -0300 |
commit | b712f9a1b1fa1150eea13603e9890e36758dece2 (patch) | |
tree | 362e84d75f8a128315523b9ead3ccbbf5cb29e34 /opt | |
parent | etc/guix/home.scm: Update after reconfigure - keep system almost 100% up-to-date (diff) | |
download | dotfiles-b712f9a1b1fa1150eea13603e9890e36758dece2.tar.gz dotfiles-b712f9a1b1fa1150eea13603e9890e36758dece2.tar.xz |
Fix references from TODOs.md to TODOs.adoc
Diffstat (limited to 'opt')
-rwxr-xr-x | opt/aux/gen-e-list.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opt/aux/gen-e-list.sh b/opt/aux/gen-e-list.sh index 7102e27..c8f99da 100755 --- a/opt/aux/gen-e-list.sh +++ b/opt/aux/gen-e-list.sh @@ -3,7 +3,7 @@ set -eu { cat <<-EOF - ~/txt/TODOs.md + ~/txt/TODOs.adoc ~/txt/scratch.txt $XDG_CONFIG_HOME/sh/rc $XDG_CONFIG_HOME/guix/home.scm @@ -13,7 +13,7 @@ set -eu find \ ~/txt/*.txt ~/txt/*.md \ - -not -name TODOs.md -and \ + -not -name TODOs.adoc -and \ -not -name scratch.txt | LANG=POSIX.UTF-8 sort |