diff options
author | EuAndreh <eu@euandre.org> | 2022-10-16 13:00:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-16 13:00:20 -0300 |
commit | 81af5684f0190e66f0480f4e0eba77c1854877d7 (patch) | |
tree | 0e9692eddaab0822d4a1a29208bb09207afda5e4 | |
parent | etc/sh/rc: Remove alias for "sbcl" (diff) | |
download | dotfiles-81af5684f0190e66f0480f4e0eba77c1854877d7.tar.gz dotfiles-81af5684f0190e66f0480f4e0eba77c1854877d7.tar.xz |
etc/sh/rc: Include more files in e.list.txt
-rw-r--r-- | etc/sh/rc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |