From 5beee1730f38578eab05e5cfabc382cdf9490e81 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 16 Feb 2024 04:02:49 -0300 Subject: Update references from ~/Documents/txt/ to ~/txt/ --- opt/aux/gen-e-list.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'opt') diff --git a/opt/aux/gen-e-list.sh b/opt/aux/gen-e-list.sh index e891d17..d0586f1 100755 --- a/opt/aux/gen-e-list.sh +++ b/opt/aux/gen-e-list.sh @@ -3,15 +3,15 @@ set -eu { cat <<-EOF - ~/Documents/txt/TODOs.md - ~/Documents/txt/scratch.txt + ~/txt/TODOs.md + ~/txt/scratch.txt $XDG_CONFIG_HOME/sh/rc $XDG_CONFIG_HOME/guix/home.scm $XDG_CONFIG_HOME/guix/system.scm EOF find \ - ~/Documents/txt/*.txt ~/Documents/txt/*.md \ + ~/txt/*.txt ~/txt/*.md \ -not -name TODOs.md -and \ -not -name scratch.txt | LANG=POSIX.UTF-8 sort -- cgit v1.2.3