From 7c99b7cb162a6a42d9e24dd5554a5b78a8077c4b Mon Sep 17 00:00:00 2001 From: marcuswmg <35280040+marcuswmg@users.noreply.github.com> Date: Tue, 1 May 2018 15:32:51 -0400 Subject: [PATCH] I added the line to install zsh on OpenBSD to include if you like. --- Installing-ZSH.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Installing-ZSH.md b/Installing-ZSH.md index 0418c35..9ff81c9 100644 --- a/Installing-ZSH.md +++ b/Installing-ZSH.md @@ -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