blob: 454a2a0d3ee08449b6ca99999ec6eb32a9168b60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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)
```
## Functions
| Function | Description |
| -------- | ---------------------------------------- |
| `bwana` | Works just like `man` |
|