Skip to content

Commit cf88b63

Browse files
mingrammerdanielshahaf
authored andcommitted
docs: Remove superfluous indentations in code block
1 parent 565463c commit cf88b63

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

INSTALL.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ See also [repology's cross-distro index](https://repology.org/metapackage/zsh-sy
3333

3434
Simply clone this repository and source the script:
3535

36-
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
37-
echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc
36+
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
37+
echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc
3838

3939
Then, enable syntax highlighting in the current interactive shell:
4040

41-
source ./zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
41+
source ./zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
4242

4343
If `git` is not installed, download and extract a snapshot of the latest
4444
development tree from:
4545

46-
https://github.com/zsh-users/zsh-syntax-highlighting/archive/master.tar.gz
46+
https://github.com/zsh-users/zsh-syntax-highlighting/archive/master.tar.gz
4747

4848
Note the `source` command must be **at the end** of `~/.zshrc`.
4949

@@ -69,15 +69,15 @@ your `.zshrc`.
6969

7070
1. Clone this repository in oh-my-zsh's plugins directory:
7171

72-
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
72+
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
7373

7474
2. Activate the plugin in `~/.zshrc`:
7575

76-
plugins=( [plugins...] zsh-syntax-highlighting)
76+
plugins=( [plugins...] zsh-syntax-highlighting)
7777

7878
3. Source `~/.zshrc` to take changes into account:
7979

80-
source ~/.zshrc
80+
source ~/.zshrc
8181

8282
#### [Prezto](https://github.com/sorin-ionescu/prezto)
8383

0 commit comments

Comments
 (0)