We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2067c2f + 8db56c0 commit 43dbb44Copy full SHA for 43dbb44
install.sh
@@ -39,6 +39,9 @@ if [[ ":$PATH:" == *":$HOME/bin:"* ]]; then
39
echo "Your path is correctly set"
40
else
41
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\""
45
exit 1
46
fi
47
0 commit comments