From 1e96605c506aef63eabed4277574ed7246e2c976 Mon Sep 17 00:00:00 2001 From: anki-code Date: Sun, 8 Mar 2020 18:45:44 +0300 Subject: [PATCH] README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 34ece02..29c2dfa 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,7 @@ ## xxh-shell example Real life example of creating xxh-shell and xxh-plugins you could find in [xxh-shell-xonsh-appimage](https://github.com/xxh/xxh-shell-xonsh-appimage). + +## Plugins + +To support plugins to your xxh-shell you should add execution the `pluginrc` files. Examples: [.zshrc](https://github.com/xxh/xxh-shell-zsh/blob/master/.zshrc), [xonshrc](https://github.com/xxh/xxh-shell-xonsh-appimage/blob/master/xonshrc.xsh).