I added the line to install zsh on OpenBSD to include if you like.

marcuswmg 2018-05-01 15:32:51 -04:00
parent 988357834e
commit 7c99b7cb16
1 changed files with 5 additions and 1 deletions

@ -83,7 +83,11 @@ xbps-install zsh
```sh
dnf install zsh
```
### OpenBSD
To install the package:
```sh
pkg_add zsh
```
### FreeBSD
To install the package:
```sh