From dd8865daa47516b9d45e37ad0ba8460c5392ac00 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sun, 15 May 2022 01:49:44 -0700 Subject: [PATCH] upd: now automatically includes bin and docs repos --- .config/shell/bin/upd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/shell/bin/upd b/.config/shell/bin/upd index c37ff35..f9cc0cd 100755 --- a/.config/shell/bin/upd +++ b/.config/shell/bin/upd @@ -1,7 +1,7 @@ #!/bin/bash # Check for updates for thing in the REPOS_TO_UPDATE variable -IFS=: read -ra REPOS_TO_UPDATE_ARR <<< "$REPOS_TO_UPDATE" +IFS=: read -ra REPOS_TO_UPDATE_ARR <<< "$REPOS_TO_UPDATE:$DOCS_DIR:$HOME/bin" for REPO in "${REPOS_TO_UPDATE_ARR[@]}"; do tput setaf 2 echo " Pulling ${REPO/$HOME/"~"}‥"