Skip to content

Commit c32b43c

Browse files
authored
fix: shell completions
1 parent ae325c0 commit c32b43c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ if [[ $SHELL == 'bash'* ]]; then
185185
forge completions bash > /usr/local/etc/bash_completion.d/forge
186186
cast completions bash > /usr/local/etc/bash_completion.d/cast
187187

188-
source /usr/local/etc/bash_completion.d/forge
189-
source /usr/local/etc/bash_completion.d/cast
190-
echo >>"[ -f /usr/local/etc/bash_completion ] && . /usr/local/etc/bash_completion ">>$$HOME/.bash_profile
188+
echo >> "/usr/local/etc/bash_completion.d/forge">>$$HOME/.bash_profile
189+
echo >> "source /usr/local/etc/bash_completion.d/cast">>$$HOME/.bash_profile
190+
# echo >>"[ -f /usr/local/etc/bash_completion.d ] && . /usr/local/etc/bash_completion.d ">>$$HOME/.bash_profile
191191
fi
192192

193193
echo && echo "Detected your preferred shell is ${PREF_SHELL} and added foundryup to PATH. Run 'source ${PROFILE}' or start a new terminal session to use foundryup."

0 commit comments

Comments
 (0)