crc setup before starting it (Yes/No)? YEScrc version: 1.6.0+8ef676f
OpenShift version: 4.3.0 (embedded in binary)
CRC VM: Running
OpenShift: Running (v4.3.0)
Disk Usage: 9.122GB of 32.72GB (Inside the CRC VM)
Cache Usage: 10.73GB
Cache Directory: /Users/mjarvis/.crc/cache
_(empty)_
ProductName: Mac OS X
ProductVersion: 10.15.3
BuildVersion: 19D76
brew install fishcrc oc-envSomething like this:
contains $HOME/.crc/bin $fish_user_paths; or set -U fish_user_paths $HOME/.crc/bin $fish_user_paths
# Run this command to configure your shell:
# eval (crc oc-env)
export PATH="/Users/mjarvis/.crc/bin:$PATH"
# Run this command to configure your shell:
# eval $(crc oc-env)
Logs not applicable
We usually don't add support for a shell, as it would need testing and integration on our end. However, you provided a patch and since it is not part of a critical path I think this is OK ;-), but you would need to ensure this works as expected.
Thank you! Yes, this change should only affect people using the fish shell, and it's only offering a suggestion on how to add the directory to their path, so thank you! I referenced the issue number in the commits.
Merged! Thank you ... :-D
Most helpful comment
We usually don't add support for a shell, as it would need testing and integration on our end. However, you provided a patch and since it is not part of a critical path I think this is OK ;-), but you would need to ensure this works as expected.