diff --git a/Casks/google-cloud-sdk.rb b/Casks/google-cloud-sdk.rb index 92fb52be376f..79f02b955311 100644 --- a/Casks/google-cloud-sdk.rb +++ b/Casks/google-cloud-sdk.rb @@ -15,8 +15,8 @@ uninstall delete: "#{staged_path}/#{token}" # Not actually necessary, since it would be deleted anyway. It is present to make clear an uninstall was not forgotten and that for this cask it is indeed this simple. - caveats do - "#{token} is installed at #{staged_path}/#{token}. Add your profile: + caveats <<-EOS.undent + #{token} is installed at #{staged_path}/#{token}. Add your profile: for bash users source '#{staged_path}/#{token}/path.bash.inc' @@ -25,11 +25,5 @@ for zsh users source '#{staged_path}/#{token}/path.zsh.inc' source '#{staged_path}/#{token}/completion.zsh.inc' - - for fish users - set fish_user_paths #{staged_path}/#{token}/bin - set -x MANPATH #{staged_path}/#{token}/help/man /usr/local/share/man /usr/share/man /opt/x11/share/man - - Run fish_update_completions to generate completions for fish based on the man pages" - end + EOS end