From 501d2a4e7f910ced51d1a3ebc145826d7adb0950 Mon Sep 17 00:00:00 2001 From: anki-code Date: Sun, 5 Apr 2020 01:03:07 +0300 Subject: [PATCH] README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a18f5dc..7c5f5cc 100644 --- a/README.md +++ b/README.md @@ -68,14 +68,14 @@ To reusing arguments there is `~/.config/xxh/config.xxhc` config file in [YAML]( ```yaml hosts: ".*": # for all hosts - +s: xxh-shell-fish # use fish shell + +s: fish # use Fish shell myhost: # settings for myhost -p: 2222 # set special port - +s: xxh-shell-zsh # use zsh shell + +s: zsh # use zsh shell +I: # install xxh packages (if not installed) - - xxh-shell-zsh # install xxh-shell - - xxh-plugin-zsh-ohmyzsh # install xxh-plugin + - xxh-shell-zsh # install portable Zsh + - xxh-plugin-zsh-ohmyzsh # install Oh My Zsh plugin for xxh +e: # set simple environment variables - ZSH_THEME="clean" # set ohmyzsh theme - MYENV="hello world" # another environment variable