Fixed
Status Update
Comments
rd...@google.com <rd...@google.com> #2
Actually, what problem are you running into when you try to run the installer? We've tried to make it sh-compatible, so if fishshell is sh-compatible, it should work.
da...@webhook.com <da...@webhook.com> #3
Just as a follow up to your question, as far as I know Fish Shell does not support plain old sh files as referenced here.
https://github.com/fish-shell/fish-shell/issues/522
I'd really love an option for this as well.
I'd really love an option for this as well.
ds...@gmail.com <ds...@gmail.com> #4
Hi all. Just want to mention that I have successfully installed sdk in Fish Shell. The only problem is that there is no init shell scripts for fish (like "path.bash.inc"). It would be nice to have them.
zj...@google.com <zj...@google.com> #5
Just letting you know that this is still in our backlog. Fish is a lower-usage shell, so we don't consider this an urgent issue. More stars on this issue is a good signal to us to expedite it.
The Cloud SDK should certainly work with the Fish shell, but we still don't have a `path.fish.inc` file. Let us know if you're having any trouble updating your path appropriately.
The Cloud SDK should certainly work with the Fish shell, but we still don't have a `path.fish.inc` file. Let us know if you're having any trouble updating your path appropriately.
rd...@google.com <rd...@google.com>
[Deleted User] <[Deleted User]> #6
There seems to be a path.fish.inc included now, but there's a rather annoying bug with it.
The code included leaves the directory changed, resulting in each new shell session starting in the google-cloud-sdk directory.
The modification I made was fairly simple, adding two extra lines to get the current working directory and restore it afterwards. Is there somewhere I can submit this patch?
set restore_dir (pwd -P)
set sdk_dir (builtin cd "$apparent_sdk_dir" > /dev/null; and pwd -P)
set bin_path "$sdk_dir/bin"
cd "$restore_dir"
The code included leaves the directory changed, resulting in each new shell session starting in the google-cloud-sdk directory.
The modification I made was fairly simple, adding two extra lines to get the current working directory and restore it afterwards. Is there somewhere I can submit this patch?
set restore_dir (pwd -P)
set sdk_dir (builtin cd "$apparent_sdk_dir" > /dev/null; and pwd -P)
set bin_path "$sdk_dir/bin"
cd "$restore_dir"
zj...@google.com <zj...@google.com> #7
That bug is fixed in the 152.0.0 Cloud SDK release–sorry about that!
Description
Please add support for the fish shell (