Skip to content

Commit ad857c3

Browse files
authored
Update ohmyzsh repo links
Fixes wrong Themes wiki URL
1 parent 82a1cbb commit ad857c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

oh-my-zsh/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In this demo you're given a web terminal that runs zsh shell with Oh My Zsh inst
55

66
### Plugins
77

8-
Oh My Zsh comes with a shit load of plugins to take advantage of. You can take a look in the [plugins](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins) directory and/or the [wiki](https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins) to see what's currently available.
8+
Oh My Zsh comes with a shit load of plugins to take advantage of. You can take a look in the [plugins](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins) directory and/or the [wiki](https://github.com/ohmyzsh/ohmyzsh/wiki/Plugins) to see what's currently available.
99

1010
#### Enabling Plugins
1111

@@ -25,7 +25,7 @@ Most plugins (should! we're working on this) include a __README__, which documen
2525

2626
### Themes
2727

28-
We'll admit it. Early in the Oh My Zsh world, we may have gotten a bit too theme happy. We have over one hundred themes now bundled. Most of them have [screenshots](https://wiki.github.com/robbyrussell/oh-my-zsh/themes) on the wiki. Check them out!
28+
We'll admit it. Early in the Oh My Zsh world, we may have gotten a bit too theme happy. We have over one hundred themes now bundled. Most of them have [screenshots](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes) on the wiki. Check them out!
2929

3030
#### Selecting a Theme
3131

@@ -42,14 +42,14 @@ To use a different theme, simply change the value to match the name of your desi
4242
```shell
4343
ZSH_THEME="agnoster" # (this is one of the fancy ones)
4444
# you might need to install a special Powerline font on your console's host for this to work
45-
# see https://github.com/robbyrussell/oh-my-zsh/wiki/Themes#agnoster
45+
# see https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#agnoster
4646
```
4747

4848
Open up a new terminal window and your prompt should look something like this:
4949

5050
![Agnoster theme](https://cloud.githubusercontent.com/assets/2618447/6316862/70f58fb6-ba03-11e4-82c9-c083bf9a6574.png)
5151

52-
In case you did not find a suitable theme for your needs, please have a look at the wiki for [more of them](https://github.com/robbyrussell/oh-my-zsh/wiki/External-themes).
52+
In case you did not find a suitable theme for your needs, please have a look at the wiki for [more of them](https://github.com/ohmyzsh/ohmyzsh/wiki/External-themes).
5353

5454
If you're feeling feisty, you can let the computer select one randomly for you each time you open a new terminal window.
5555

@@ -59,4 +59,4 @@ ZSH_THEME="random" # (...please let it be pie... please be some pie..)
5959
```
6060

6161
## What's Next?
62-
To learn more about Oh My Zsh, read the full version of [README](https://github.com/robbyrussell/oh-my-zsh) on GitHub, visit [ohmyz.sh](http://ohmyz.sh), and follow [@ohmyzsh](https://twitter.com/ohmyzsh) on Twitter.
62+
To learn more about Oh My Zsh, read the full version of [README](https://github.com/ohmyzsh/ohmyzsh) on GitHub, visit [ohmyz.sh](http://ohmyz.sh), and follow [@ohmyzsh](https://twitter.com/ohmyzsh) on Twitter.

0 commit comments

Comments
 (0)