This commit is contained in:
anki-code 2020-03-13 17:35:31 +03:00
parent 0282e58d89
commit 6469d57984

3
xxh
View file

@ -647,6 +647,9 @@ class Xxh:
host_entrypoint_verbose = ['-v', '1']
if opt.env_mode:
# TODO: This PoC code should be in `xxh.zsh`. Every shell should has own `xxh.shell`
# which should be "sourced". While "sourcing" the script should prepare
# and pass `-e` arguments to xxh.
xxh_env = self.get_xxh_env()
if xxh_env:
host_xxh_plugins_dir = host_xxh_home / 'xxh/plugins'