Skip to content

Commit ed4e7a9

Browse files
authored
Refactor workspace-intro.sh for repo exclusions and motto
Updated specialExcludedRepos to use space-separated values and modified type_command for motto.
1 parent fd23800 commit ed4e7a9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/workspace-intro.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set -euo pipefail
1414
GITHUB_ORG="ARAS-Workspace"
1515

1616
# Excluded repositories
17-
specialExcludedRepos=("wireguard-apple", "homebrew-tap", ".github")
17+
specialExcludedRepos=("wireguard-apple" "homebrew-tap" ".github")
1818

1919
# Domain & SSH
2020
DOMAIN="aras.tc"
@@ -60,7 +60,7 @@ C_YELLOW='\033[33m'
6060

6161

6262
fetch_repositories() {
63-
local repos filtered_repos
63+
local repos
6464
local jq_filter
6565

6666
# Build jq filter from excluded repos array
@@ -196,7 +196,7 @@ main() {
196196

197197
sleep 0.4
198198

199-
type_command "$ws_prompt" "MOTTO" "${SLOGAN}"
199+
type_command "$ws_prompt" "motto --prompt 'What is this?'" "${SLOGAN}"
200200

201201
sleep "$SECTION_PAUSE"
202202

0 commit comments

Comments
 (0)