From 47ced9b09dc35b4e64073e8033ebb2569ff18431 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Tue, 8 Apr 2025 11:24:35 +0100 Subject: [PATCH] install: Forgot to update to reflect new tmux files --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index cfe9a35..3ae6677 100755 --- a/install +++ b/install @@ -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