File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ Colorization for mysql
6
6
Installation
7
7
------------
8
8
9
+ ## Bash
9
10
* Clone repository, for example, into ` ~/.bash/mysql-colorize `
10
11
``` sh
11
12
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
15
16
source ~ /.bash/mysql-colorize/mysql-colorize.bash
16
17
```
17
18
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
+
18
35
Now your mysql-client output look like this
19
36
![ Mysql-client] ( https://raw.githubusercontent.com/horosgrisa/mysql-colorize/master/screenshot.png )
20
37
You can’t perform that action at this time.
0 commit comments