install: Forgot to update to reflect new tmux files

This commit is contained in:
Paul Walker
2025-04-08 11:24:35 +01:00
parent 760542b286
commit 47ced9b09d

View File

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