summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwan ROUSSEL <erwan.roussel51@gmail.com>2018-10-30 15:55:35 +0100
committerMarc Cornellà <marc.cornella@live.com>2018-10-30 15:55:35 +0100
commit30125e10a60134e08f9ce411f2b2ebdd67face35 (patch)
tree331a5f36eb915f2f9f60a0dab95f7409a84d7b9a
parente83a4c81845885f378843cb0e9726592d964aafe (diff)
downloadzsh-30125e10a60134e08f9ce411f2b2ebdd67face35.tar.gz
zsh-30125e10a60134e08f9ce411f2b2ebdd67face35.tar.bz2
zsh-30125e10a60134e08f9ce411f2b2ebdd67face35.zip
bwana: add README (#7369)
-rw-r--r--plugins/bwana/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/bwana/README.md b/plugins/bwana/README.md
new file mode 100644
index 000000000..8cbeaa32e
--- /dev/null
+++ b/plugins/bwana/README.md
@@ -0,0 +1,9 @@
+# Bwana
+
+This plugin provides a function to open `man` pages directly with [Bwana](https://www.bruji.com/bwana/).
+
+To use it add bwana to the plugins array in your zshrc file.
+
+```bash
+plugins=(... bwana)
+```