1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-12-15 16:23:15 +08:00

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

@ -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