Display hint to add PATH for Fish shell too (#14504)

tested on `fish 3.7.1 (released March 19, 2024)`
___

Release Notes:

- N/A
This commit is contained in:
makeProjectGreatAgain
2024-07-15 11:11:09 -06:00
committed by GitHub
parent f3ddd18201
commit 0b0de8ca83
+3
View File
@@ -59,6 +59,9 @@ main() {
echo " echo 'export PATH=\$HOME/.local/bin:\$PATH' >> ~/.zshrc"
echo " source ~/.zshrc"
;;
*fish)
echo " fish_add_path -U $HOME/.local/bin"
;;
*)
echo " echo 'export PATH=\$HOME/.local/bin:\$PATH' >> ~/.bashrc"
echo " source ~/.bashrc"