Browse Source

updated arch linux install instructions

pull/944/head
TimSousa 7 months ago
parent
commit
7c85ee7bee
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      INSTALL.md

+ 5
- 0
INSTALL.md View File

@ -42,6 +42,11 @@ Second, enable zsh-syntax-highlighting by sourcing the script. Running this comm
echo "source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc
```
* Arch Linux:
```zsh
echo "source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc
```
* NetBSD and OpenBSD:
```zsh

Loading…
Cancel
Save