From 81af5684f0190e66f0480f4e0eba77c1854877d7 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 16 Oct 2022 13:00:20 -0300 Subject: etc/sh/rc: Include more files in e.list.txt --- etc/sh/rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/sh/rc b/etc/sh/rc index 1c54e34..d42e50e 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -195,13 +195,14 @@ cat <<-EOF | sed "s|$HOME|~|" > "$XDG_DATA_HOME"/euandreh/e.list.txt $XDG_CONFIG_HOME/sh/rc $XDG_CONFIG_HOME/guix/home.scm $XDG_CONFIG_HOME/guix/system.scm - $(find ~/Documents/txt/*.md -not -name TODOs.md | + $(find ~/Documents/txt/*.txt ~/Documents/txt/*.md -not -name TODOs.md | sed "s|^$HOME|~|" | LANG=POSIX.UTF-8 sort) ~/dev/libre/package-repository/dependencies.dot ~/dev/others/dinheiros/dinheiros.ledger ~/dev/libre/dotfiles/sh/fake-symlinks.sh $XDG_CONFIG_HOME/guix/channels.scm + $XDG_CONFIG_HOME/lisp-cli/init.lisp EOF -- cgit v1.2.3