docs: finalize launcher profiles and shell installation
This commit is contained in:
parent
3b8aee4cbf
commit
d49906a061
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue