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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user