blob: 8cbeaa32e0ff57adfe8425f76352866715bd4e86 (
plain)
1
2
3
4
5
6
7
8
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)
```
|