Skip to content

Commit 21a5901

Browse files
committed
Fix indentation
1 parent 9a9dba0 commit 21a5901

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ Modify [zshrc](zshrc):
5353

5454
1. **Set your theme.** A preview of Oh My ZSH! themes can be found in the official [Themes documentation](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes).
5555

56-
```console
57-
ZSH_THEME="otype"
58-
```
56+
```console
57+
ZSH_THEME="otype"
58+
```
5959

6060
2. **Load your ZSH plugins.** A list of all plugins can be found in the official [ZSH - Plugins documentation](https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins).
6161

62-
```console
63-
plugins=(common-aliases colored-man-pages colorize <ADD_MORE_HERE>)
64-
```
62+
```console
63+
plugins=(common-aliases colored-man-pages colorize <ADD_MORE_HERE>)
64+
```

0 commit comments

Comments
 (0)