mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix zsh zdotdir (#2640)
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
808642b64b
commit
119d584bcb
@ -143,7 +143,7 @@ export abstract class ShellSession {
|
|||||||
|
|
||||||
if (path.basename(env.PTYSHELL) === "zsh") {
|
if (path.basename(env.PTYSHELL) === "zsh") {
|
||||||
env.OLD_ZDOTDIR = env.ZDOTDIR || env.HOME;
|
env.OLD_ZDOTDIR = env.ZDOTDIR || env.HOME;
|
||||||
env.ZDOTDIR = this.kubectlBinDirP;
|
env.ZDOTDIR = await this.kubectlBinDirP;
|
||||||
env.DISABLE_AUTO_UPDATE = "true";
|
env.DISABLE_AUTO_UPDATE = "true";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user