From 3984c4ba9ce3f6acc60022722f465b717ce2c9a9 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 29 Jan 2018 02:15:03 +0100 Subject: [PATCH] Finished all changes. Remaining references are to be mantained as they are now. --- plugins/geeknote/README.md | 2 +- plugins/git/README.md | 3 +-- plugins/meteor/README.md | 2 +- plugins/mvn/README.md | 2 +- plugins/ng/README.md | 2 +- plugins/thefuck/README.md | 2 +- plugins/ubuntu/readme.md | 2 +- 7 files changed, 7 insertions(+), 8 deletions(-) diff --git a/plugins/geeknote/README.md b/plugins/geeknote/README.md index a6b50e27f..9c8034bc5 100644 --- a/plugins/geeknote/README.md +++ b/plugins/geeknote/README.md @@ -1,6 +1,6 @@ ## ZSH-Geeknote -[Geeknote](https://github.com/VitaliyRodnenko/geeknote) plugin for [oh-my-zsh framework](http://github.com/robbyrussell/oh-my-zsh). +[Geeknote](https://github.com/VitaliyRodnenko/geeknote) plugin for [oh-my-zsh framework](http://github.com/bluekrow/oh-my-zsh). Plugins provides: diff --git a/plugins/git/README.md b/plugins/git/README.md index 76da2a8ae..9c3e633a7 100644 --- a/plugins/git/README.md +++ b/plugins/git/README.md @@ -6,5 +6,4 @@ This plugin adds many useful aliases and functions. ### Usage -See the [wiki](https://github.com/robbyrussell/oh-my-zsh/wiki/Plugin:git) for a list of aliases and functions provided by the plugin. - +See the [wiki](https://github.com/bluekrow/oh-my-zsh/wiki/Plugin:git) for a list of aliases and functions provided by the plugin. diff --git a/plugins/meteor/README.md b/plugins/meteor/README.md index 4bee87f8f..6ce3e3a1e 100644 --- a/plugins/meteor/README.md +++ b/plugins/meteor/README.md @@ -1,6 +1,6 @@ ## Introduction -The [meteor plugin](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/meteor) provides many +The [meteor plugin](https://github.com/bluekrow/oh-my-zsh/tree/master/plugins/meteor) provides many [useful aliases](#aliases) as well as completion for the `meteor` command. Enable it by adding `meteor` to the plugins array in your zshrc file: diff --git a/plugins/mvn/README.md b/plugins/mvn/README.md index 986ac84a4..9566c5929 100644 --- a/plugins/mvn/README.md +++ b/plugins/mvn/README.md @@ -1,6 +1,6 @@ ## Introduction -The [mvn plugin](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/mvn) provides many +The [mvn plugin](https://github.com/bluekrow/oh-my-zsh/tree/master/plugins/mvn) provides many [useful aliases](#aliases) as well as completion for the `mvn` command. Enable it by adding `mvn` to the plugins array in your zshrc file: diff --git a/plugins/ng/README.md b/plugins/ng/README.md index 86ad64041..e57db98ab 100644 --- a/plugins/ng/README.md +++ b/plugins/ng/README.md @@ -1,6 +1,6 @@ ## NG Plugin -This [ng plugin](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/ng) +This [ng plugin](https://github.com/bluekrow/oh-my-zsh/tree/master/plugins/ng) adds completion support for Angular's CLI (named ng). Ng is hosted on [ng home](https://github.com/catull/angular-cli) diff --git a/plugins/thefuck/README.md b/plugins/thefuck/README.md index a9b7550d7..9557ba19d 100644 --- a/plugins/thefuck/README.md +++ b/plugins/thefuck/README.md @@ -6,4 +6,4 @@ Press `ESC` twice to correct previous console command. ## Notes -`Esc`-`Esc` key binding conflicts with [sudo](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/sudo) plugin. +`Esc`-`Esc` key binding conflicts with [sudo](https://github.com/bluekrow/oh-my-zsh/tree/master/plugins/sudo) plugin. diff --git a/plugins/ubuntu/readme.md b/plugins/ubuntu/readme.md index 99d62a6f7..d9d06f08b 100644 --- a/plugins/ubuntu/readme.md +++ b/plugins/ubuntu/readme.md @@ -18,4 +18,4 @@ Then there are the 2 other 4 letter aliases for combined commands, that are stra aguu = sudo Apt-Get Update && sudo apt-get Upgrade - better then adg or not? agud = sudo Apt-Get Update && sudo apt-get full-upgrade -For a full list aliases and the functions just watch the plugins code https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/ubuntu/ubuntu.plugin.zsh, look at the comments if you want to switch from the debian plugin. Ubuntu, Mint and & co users will like the new aar function to install packages from ppas with a single command. +For a full list aliases and the functions just watch the plugins code https://github.com/bluekrow/oh-my-zsh/blob/master/plugins/ubuntu/ubuntu.plugin.zsh, look at the comments if you want to switch from the debian plugin. Ubuntu, Mint and & co users will like the new aar function to install packages from ppas with a single command.