**xxh and all xxh-shells**
New HOME and [XDG](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) logic:
1. `xxh usermyhost` - hermetic environment:
$XXH_HOME=/home/user/.xxh
$HOME =/home/user/.xxh
$XDG_HOME=/home/user/.xxh
2. `xxh usermyhost +hhh '~'` - semihermetic environment because if you run a tool that doesn't support XDG it will write to user home:
$XXH_HOME=/home/user/.xxh
$HOME =/home/user
$XDG_HOME=/home/user/.xxh
3. `xxh usermyhost +hhh '~' +hhx '~'` - xxh works like ssh:
$XXH_HOME=/home/user/.xxh
$HOME =/home/user
$XDG_HOME=/home/user