aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/sh/rc3
1 files changed, 2 insertions, 1 deletions
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