xxh / xxh-shell-zsh

Use zsh wherever you go through the SSH without installation on the host.
BSD 2-Clause "Simplified" License
32 stars 14 forks source link

Change HOME path to "~" breaks the zsh entrypoint execution #12

Open bdoublet91 opened 1 year ago

bdoublet91 commented 1 year ago

Hi,

First thank you for your amazing job ! I test xxh with zsh shell like this:

xxh admin_administration1  +s zsh ++pexpect-disable +hhh "~" +if

If I remove the home path argument, it works because $HOME is set to ~/.xxh to my remote but it breaks some apps like docker context. But it breaks the zsh shell entrypoint execution...

So I want to let HOME to "~" and set xxh home path to ~/.xxh/ to make it works (I think). When I connect to my server through xxh, I can execute manually

bash ~/.xxh/.xxh/shells/xxh-shell-zsh/build/entrypoint.sh

and things work well (workaround is to set up this in .bashrc but it's not the way xxh is working ^^) Could you guide me through this please

THanks

For community: ⬇️ Please click the 👍 reaction instead of leaving a +1 or 👍 comment