Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450947e commit 4e4a42eCopy full SHA for 4e4a42e
‎xxh‎
@@ -654,7 +654,7 @@ class Xxh:
654
if opt.env_mode:
655
# TODO: This PoC code should be in `xxh.zsh`. Every shell should has own `xxh.shell`
656
# which should be "sourced". While "sourcing" the script should prepare
657
- # and pass `-e` arguments to xxh.
+ # and pass `-e` arguments to xxh. See how it works in `xxh.xsh`.
658
xxh_env = self.get_xxh_env()
659
if xxh_env:
660
host_xxh_plugins_dir = host_xxh_home / 'xxh/plugins'
0 commit comments