mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
append .zshrc in new line
This commit is contained in:
parent
47c2b7e185
commit
442a737168
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ See also [repology's cross-distro index](https://repology.org/metapackage/zsh-sy
|
|||
Simply clone this repository and source the script:
|
||||
|
||||
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
|
||||
echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc
|
||||
echo "\nsource ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc
|
||||
|
||||
Then, enable syntax highlighting in the current interactive shell:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue