We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623802e commit e2db84eCopy full SHA for e2db84e
README.md
@@ -35,13 +35,13 @@
35
- Install [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions):
36
```
37
git clone https://github.com/zsh-users/zsh-autosuggestions \
38
- ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
+ ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions
39
40
41
- Install [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting):
42
43
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git \
44
- ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
+ ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
45
46
47
- Copy `starship.toml` to `~/.config/`
0 commit comments