mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
...
This commit is contained in:
parent
1994c17c75
commit
b94afbba13
2 changed files with 3 additions and 4 deletions
|
|
@ -122,7 +122,7 @@ function __ksi_schedule --on-event fish_prompt -d "Setup kitty integration after
|
|||
if _ksi_s_is_ok "venv"
|
||||
and test -n "$VIRTUAL_ENV" -a -r "$venv"
|
||||
set _ksi_sourced "y"
|
||||
set -e VIRTUAL_ENV _OLD_FISH_PROMPT_OVERRIDE # activate.fish stupidly exports _OLD_FISH_PROMPT_OVERRIDE
|
||||
set --erase VIRTUAL_ENV _OLD_FISH_PROMPT_OVERRIDE # activate.fish stupidly exports _OLD_FISH_PROMPT_OVERRIDE
|
||||
source "$venv"
|
||||
end
|
||||
if _ksi_s_is_ok "conda"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue