Skip to content

Commit e2db84e

Browse files
authored
Update README.md
1 parent 623802e commit e2db84e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
- Install [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions):
3636
```
3737
git clone https://github.com/zsh-users/zsh-autosuggestions \
38-
${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
38+
~/.oh-my-zsh/custom/plugins/zsh-autosuggestions
3939
```
4040

4141
- Install [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting):
4242
```
4343
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git \
44-
${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
44+
~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
4545
```
4646

4747
- Copy `starship.toml` to `~/.config/`

0 commit comments

Comments
 (0)