From 6469d579847f15c794afaacecee4c5f903cddebd Mon Sep 17 00:00:00 2001 From: anki-code Date: Fri, 13 Mar 2020 17:35:31 +0300 Subject: [PATCH] 0.5.4 --- xxh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xxh b/xxh index 30cb2d8..380799e 100755 --- a/xxh +++ b/xxh @@ -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'