Skip to content

Commit 76e2cb4

Browse files
Make nicer output
1 parent a152ace commit 76e2cb4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,5 @@ elif expr "$SHELL" : '.*bash' >/dev/null; then
9090
echo "Run source ""$HOME/.bashrc"" or restart your terminal to permanently link the jelly-cli command."
9191
fi
9292

93-
jelly-cli completions install
93+
jelly-cli completions install > /dev/null 2>&1
94+
eval "$(jelly-cli completions install --env)"

0 commit comments

Comments
 (0)