From def4df449108d124a090a2f14829cd093cf2ab9a Mon Sep 17 00:00:00 2001 From: "Mario P. Cardenas" <15961362+Mario-paul@users.noreply.github.com> Date: Sun, 22 Aug 2021 14:48:22 -0400 Subject: [PATCH] docs: revise changes on INSTALL.md --- INSTALL.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index f19099b..e1358d8 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -38,21 +38,19 @@ Second, enable zsh-syntax-highlighting by sourcing the script. Running this comm * On most Linux distributions (except perhaps NixOS): -```zsh - echo "source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" ${ZDOTDIR:-$HOME}/.zshrc -``` + ```zsh + echo "source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc + ``` * NetBSD and OpenBSD: -```zsh - echo "source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" ${ZDOTDIR:-$HOME}/.zshrc -``` + ```zsh + echo "source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc + ``` * Mac OS X / Homebrew: -``` -script location for source is unknown. If you do, please submit a documentation patch/issue. -``` + *Location of script to be sourced is unknown. If you know, please submit a documentation patch/issue.* Then restart zsh (such as by opening a new instance of your terminal emulator).