We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd23800 commit ed4e7a9Copy full SHA for ed4e7a9
1 file changed
scripts/workspace-intro.sh
@@ -14,7 +14,7 @@ set -euo pipefail
14
GITHUB_ORG="ARAS-Workspace"
15
16
# Excluded repositories
17
-specialExcludedRepos=("wireguard-apple", "homebrew-tap", ".github")
+specialExcludedRepos=("wireguard-apple" "homebrew-tap" ".github")
18
19
# Domain & SSH
20
DOMAIN="aras.tc"
@@ -60,7 +60,7 @@ C_YELLOW='\033[33m'
60
61
62
fetch_repositories() {
63
- local repos filtered_repos
+ local repos
64
local jq_filter
65
66
# Build jq filter from excluded repos array
@@ -196,7 +196,7 @@ main() {
196
197
sleep 0.4
198
199
- type_command "$ws_prompt" "MOTTO" "${SLOGAN}"
+ type_command "$ws_prompt" "motto --prompt 'What is this?'" "${SLOGAN}"
200
201
sleep "$SECTION_PAUSE"
202
0 commit comments