mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
Finished all changes.
Remaining references are to be mantained as they are now.
This commit is contained in:
parent
d409ec2450
commit
3984c4ba9c
7 changed files with 7 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
## ZSH-Geeknote
|
## 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:
|
Plugins provides:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,5 +6,4 @@ This plugin adds many useful aliases and functions.
|
||||||
|
|
||||||
### Usage
|
### 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.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
## Introduction
|
## 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.
|
[useful aliases](#aliases) as well as completion for the `meteor` command.
|
||||||
|
|
||||||
Enable it by adding `meteor` to the plugins array in your zshrc file:
|
Enable it by adding `meteor` to the plugins array in your zshrc file:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
## Introduction
|
## 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.
|
[useful aliases](#aliases) as well as completion for the `mvn` command.
|
||||||
|
|
||||||
Enable it by adding `mvn` to the plugins array in your zshrc file:
|
Enable it by adding `mvn` to the plugins array in your zshrc file:
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
## NG Plugin
|
## 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).
|
adds completion support for Angular's CLI (named ng).
|
||||||
|
|
||||||
Ng is hosted on [ng home](https://github.com/catull/angular-cli)
|
Ng is hosted on [ng home](https://github.com/catull/angular-cli)
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,4 @@
|
||||||
Press `ESC` twice to correct previous console command.
|
Press `ESC` twice to correct previous console command.
|
||||||
|
|
||||||
## Notes
|
## 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.
|
||||||
|
|
|
||||||
|
|
@ -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?
|
aguu = sudo Apt-Get Update && sudo apt-get Upgrade - better then adg or not?
|
||||||
agud = sudo Apt-Get Update && sudo apt-get full-upgrade
|
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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue