From 3efbccc8500813137174ad9937503142115d7e0b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 17 Apr 2022 20:56:24 +0530 Subject: [PATCH] ... --- .../fish/vendor_conf.d/kitty-shell-integration.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell-integration/fish/vendor_conf.d/kitty-shell-integration.fish b/shell-integration/fish/vendor_conf.d/kitty-shell-integration.fish index f200b2aed..e32d3fe5b 100644 --- a/shell-integration/fish/vendor_conf.d/kitty-shell-integration.fish +++ b/shell-integration/fish/vendor_conf.d/kitty-shell-integration.fish @@ -132,7 +132,7 @@ function __ksi_schedule --on-event fish_prompt -d "Setup kitty integration after and type -q conda and test "$CONDA_DEFAULT_ENV" != "$orig_conda_env" set _ksi_sourced "y" - conda activate $CONDA_DEFAULT_ENV + conda activate "$CONDA_DEFAULT_ENV" end if _ksi_s_is_ok "env_var" and test -n "$KITTY_CLONE_SOURCE_CODE"