Skip to content

Commit e4ec7e7

Browse files
Changed README
1 parent 560f75d commit e4ec7e7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Colorization for mysql
66
Installation
77
------------
88

9+
## Bash
910
* Clone repository, for example, into `~/.bash/mysql-colorize`
1011
```sh
1112
git clone https://github.com/horosgrisa/mysql-colorize.bash ~/.bash/mysql-colorize
@@ -15,6 +16,22 @@ git clone https://github.com/horosgrisa/mysql-colorize.bash ~/.bash/mysql-colori
1516
source ~/.bash/mysql-colorize/mysql-colorize.bash
1617
```
1718

19+
## Zsh
20+
21+
## If you use my [ZPM](https://github.com/horosgrisa/ZPM)
22+
23+
* Add `Plug horosgrisa/mysql-colorize` into `.zshrc`
24+
25+
## If you use [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
26+
27+
* Clone repository into `~/.oh-my-zsh/custom/plugins`
28+
```sh
29+
cd ~/.oh-my-zsh/custom/plugins
30+
git clone https://github.com/horosgrisa/mysql-colorize
31+
```
32+
* After that mysql-colorize to your oh-my-zsh plugins array.
33+
34+
1835
Now your mysql-client output look like this
1936
![Mysql-client](https://raw.githubusercontent.com/horosgrisa/mysql-colorize/master/screenshot.png)
2037

0 commit comments

Comments
 (0)