mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-04-17 11:35:32 +08:00
append .zshrc in new line
This commit is contained in:
parent
47c2b7e185
commit
442a737168
@ -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…
Reference in New Issue
Block a user