mirror of
https://github.com/xxh/xxh
synced 2024-11-23 12:23:04 +00:00
0.5.10
This commit is contained in:
parent
c9bb6cbcaa
commit
13cb8e66ea
1 changed files with 1 additions and 4 deletions
|
@ -66,16 +66,13 @@ The arguments will be automatically added when you run `xxh myhost` or `xxh comp
|
|||
### Python everywhere with xonsh
|
||||
When you run `xxh myhost +s xonsh` you'll get python, pip and python-powered shell on the host without any system installations on the host. Add plugins: [autojump](https://github.com/xxh/xxh-plugin-xonsh-autojump) saves time, [pipeliner](https://github.com/xxh/xxh-plugin-xonsh-pipe-liner) manipulates lines and [bar](https://github.com/xxh/xxh-plugin-xonsh-theme-bar) looks nice.
|
||||
|
||||
### Oh My Zsh seamless SSH
|
||||
### Oh My Zsh seamless SSH ([demo](https://asciinema.org/a/rCiT9hXQ5IdwqOwg6rifyFZzb))
|
||||
Bring zsh and Oh My Zsh with your current session settings to the host:
|
||||
```shell script
|
||||
zsh$ xxhp ri xxh-shell-zsh xxh-plugin-zsh-ohmyzsh
|
||||
|
||||
zsh$ echo $ZSH_THEME
|
||||
agnoster
|
||||
|
||||
zsh$ source xxh.zsh myhost
|
||||
|
||||
myhost> echo $ZSH_THEME
|
||||
agnoster
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue