Open youzipi opened 2 years ago
hi! What if you will try to run zsh-bin manually on the target OS:
cd /tmp
tag=v3.0.1
distfile=zsh-5.8-linux-x86_64
url="https://github.com/romkatv/zsh-bin/releases/download/$tag/$distfile.tar.gz"
tarname=`basename $url`
wget --show-progress $url -O $tarname
tar -xzf $tarname
cd zsh-5.8-linux-x86_64
./share/zsh/5.8/scripts/relocate
./bin/zsh
Is it working?
hi! What if you will try to run zsh-bin manually on the target OS:
cd /tmp tag=v3.0.1 distfile=zsh-5.8-linux-x86_64 url="https://github.com/romkatv/zsh-bin/releases/download/$tag/$distfile.tar.gz" tarname=`basename $url` wget --show-progress $url -O $tarname tar -xzf $tarname cd zsh-5.8-linux-x86_64 ./share/zsh/5.8/scripts/relocate ./bin/zsh
Is it working?
it seems create a plain zsh.
run xxh remote-host
local, got same result.
it did not bring my local zsh to remote as i expected.
.xxh/.xxh/shells/xxh-shell-zsh/build/zsh.sh
file the shell mkdir -p $XDG_DATA_HOME/zsh
, the XDG_DATA_HOME
environment variable empty....
PR with fix is welcome!
Local OS (where xxh is installed): macOS 10.15.7 Destination host OS: CentOS Linux release 7.9.2009 (Core) ## aws ec2 xxh version: 0.8.8 xxh-plugins installed: xxh-shell-zsh
Steps to Reproduce
xxh remote-host +if +vv
if i create the dir mannually, then throw error:
For community: ā¬ļø Please click the š reaction instead of leaving a
+1
or š comment