Skip to content

Commit

Permalink
Merge pull request #3 from tapjdey/patch-1
Browse files Browse the repository at this point in the history
Fixing Typo
  • Loading branch information
gdsrosa authored Jun 17, 2020
2 parents 473bc07 + 5e7b15a commit b42e801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ $ cd minimal_improved
Once you're inside the `minimal_improved` directory, move the `minimal_improved.zsh-theme` file to your oh-my-zsh directory (usually `~/.oh-my-zsh`):

```
$ mv minimal_improve.zsh-theme ~/.oh-my-zsh/themes/
$ mv minimal_improved.zsh-theme ~/.oh-my-zsh/themes/
```

Then go to your `~/.zshrc` file and change `ZSH_THEME` to `minimal_improved` using your favorite editor:

```
$ vim ~/.zshrc
ZSH_THEME=minimal_improve
ZSH_THEME=minimal_improved
```

For your changes to take immediate effect run `$ source ~/.zshrc` and your terminal will look like this:
Expand Down

0 comments on commit b42e801

Please sign in to comment.