diff --git a/.config/shell/bin/upd b/.config/shell/bin/upd index cb2bbe4..0ccb6c0 100755 --- a/.config/shell/bin/upd +++ b/.config/shell/bin/upd @@ -17,7 +17,7 @@ else NC="\033[39m" fi -# Check for updates for thing in the REPOS_TO_UPDATE variable +# `git pull` everything mentioned in the REPOS_TO_UPDATE variable IFS=: read -ra REPOS_TO_UPDATE_ARR <<< "$REPOS_TO_UPDATE:$DOCS_DIR:$HOME/bin" for REPO in "${REPOS_TO_UPDATE_ARR[@]}"; do if [ -n "$REPO" ]; then