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 21:11:09 +04:00 committed by GitHub
parent f3ddd18201
commit 0b0de8ca83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"