From 014d0d348db96b9f22e5683d2167ea58394edeb2 Mon Sep 17 00:00:00 2001 From: I-L-U-X-A Date: Tue, 27 Dec 2016 15:49:05 +0200 Subject: [PATCH] Updated Installing ZSH (markdown) --- Installing-ZSH.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Installing-ZSH.md b/Installing-ZSH.md index 16041d2..6da0e66 100644 --- a/Installing-ZSH.md +++ b/Installing-ZSH.md @@ -67,14 +67,20 @@ pacman -S zsh ``` ### FreeBSD -To install the port: -```sh -cd /usr/ports/shells/zsh/ && make install clean -``` To install the package: ```sh pkg install zsh ``` +To install the port: +```sh +cd /usr/ports/shells/zsh/ && make install clean +``` +To improve zsh performance optionally enable zsh-mem options with +![](https://i.imgur.com/UuoJt0a.png) +```sh +make config +``` +before running "make install". ### Add yours