Updated Installing ZSH (markdown)
parent
b8434f34d5
commit
014d0d348d
@ -67,14 +67,20 @@ pacman -S zsh
|
|||||||
```
|
```
|
||||||
|
|
||||||
### FreeBSD
|
### FreeBSD
|
||||||
To install the port:
|
|
||||||
```sh
|
|
||||||
cd /usr/ports/shells/zsh/ && make install clean
|
|
||||||
```
|
|
||||||
To install the package:
|
To install the package:
|
||||||
```sh
|
```sh
|
||||||
pkg install zsh
|
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
|
### Add yours
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user