mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
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:
parent
f3ddd18201
commit
0b0de8ca83
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user