Skip to content

Commit 43dbb44

Browse files
authored
Merge pull request #22 from Cali0707/missing-bin-path
2 parents 2067c2f + 8db56c0 commit 43dbb44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ if [[ ":$PATH:" == *":$HOME/bin:"* ]]; then
3939
echo "Your path is correctly set"
4040
else
4141
echo "Your path is missing ~/bin, you might want to add it."
42+
echo "If you use bash, add 'export PATH=\"\${PATH}:\${HOME}/bin\"' to your .bashrc file, and then run \"source .bashrc\""
43+
echo "If you use zsh, add 'export PATH=\"\${PATH}:\${HOME}/bin\"' to your .zshrc file, and then run \"source .zshrc\""
44+
echo "If you use fish, add 'fish_add_path -m ~/bin' to your config.fish file, and then run \"source config.fish\""
4245
exit 1
4346
fi
4447

0 commit comments

Comments
 (0)