You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I am trying to change my environment variables in fish when opening a kubie shell, but it is not working.
What is wrong in this code?
prompt:
# Disable kubie's custom prompt inside of a kubie shell. This is useful
# when you already have a prompt displaying kubernetes information.
# Default: false
disable: true
hooks:
start_ctx: >
set -gx TEST test
set -Ux FOO bar
stop_ctx: >
set -gx TEST test
set -Ux FOO bar
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hi there, I am trying to change my environment variables in fish when opening a kubie shell, but it is not working.
What is wrong in this code?
Thank you in advance!
The text was updated successfully, but these errors were encountered: