aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-16 13:00:20 -0300
committerEuAndreh <eu@euandre.org>2022-10-16 13:00:20 -0300
commit81af5684f0190e66f0480f4e0eba77c1854877d7 (patch)
tree0e9692eddaab0822d4a1a29208bb09207afda5e4
parentetc/sh/rc: Remove alias for "sbcl" (diff)
downloaddotfiles-81af5684f0190e66f0480f4e0eba77c1854877d7.tar.gz
dotfiles-81af5684f0190e66f0480f4e0eba77c1854877d7.tar.xz
etc/sh/rc: Include more files in e.list.txt
-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