docs: finalize launcher profiles and shell installation

This commit is contained in:
Dieter Schlüter 2026-06-28 02:45:41 +02:00
commit d49906a061

View file

@ -16,7 +16,9 @@ if [[ "$REPO_DIR" != "$TARGET_REPO" ]]; then
fi
fi
if ! grep -Fq "$ALIAS_LINE" "$BASHRC" 2>/dev/null; then
touch "$BASHRC"
if ! grep -Fq "$ALIAS_LINE" "$BASHRC"; then
printf '\n# claude-launcher-profiles\n%s\n' "$ALIAS_LINE" >> "$BASHRC"
fi