Skip to content

Commit bbf240a

Browse files
committed
we need to exec $SHELL -i (interactively)
We install our magic to the interactive config file, and this is probs correct, so ensure we load it. Fixes pkgxdev/pkgx#358
1 parent 73a4e8f commit bbf240a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
# GitHub Action 0.13.1
5+
# GitHub Action 0.13.2
66

77
This repository also provides the `tea` GitHub Action.
88

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,8 +522,8 @@ install)
522522
523523
try it out:
524524
525-
\`exec $SHELL\` # or open a new tab
526-
\`wget -qO- tea.xyz/white-paper | glow -\`
525+
\`exec $SHELL -i\` # or open a new tab
526+
\`wget -qO- tea.xyz/white-paper | glow -\`
527527
EoMD
528528
fi
529529
elif test -n "$TEA_IS_CURRENT"; then

0 commit comments

Comments
 (0)