Skip to content

Commit

Permalink
we need to exec $SHELL -i (interactively)
Browse files Browse the repository at this point in the history
We install our magic to the interactive config file, and this is probs correct, so ensure we load it.

Fixes pkgxdev/pkgx#358
  • Loading branch information
mxcl committed Feb 5, 2023
1 parent 73a4e8f commit bbf240a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[`install.sh`](./install.sh) is delivered when you `curl tea.xyz`.

# GitHub Action 0.13.1
# GitHub Action 0.13.2

This repository also provides the `tea` GitHub Action.

Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,8 @@ install)
try it out:
\`exec $SHELL\` # or open a new tab
\`wget -qO- tea.xyz/white-paper | glow -\`
\`exec $SHELL -i\` # or open a new tab
\`wget -qO- tea.xyz/white-paper | glow -\`
EoMD
fi
elif test -n "$TEA_IS_CURRENT"; then
Expand Down

0 comments on commit bbf240a

Please sign in to comment.