task: add taskrc (and add to install)

This commit is contained in:
2026-02-13 10:28:09 +00:00
parent 1ecf0e8531
commit 77ad74ef9a
2 changed files with 38 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ unset COMMANDS MISSING
# RC files
mkdir -pv bak
for rc in *rc *profile tmux*.conf bashrc.d mutt tmux*conf slrn sqliterc ctags ; do
for rc in *rc *profile tmux*.conf bashrc.d mutt tmux*conf slrn sqliterc ctags taskrc ; do
if [ ! -r $rc ] ; then
continue
fi