File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,15 @@ Colorization for mysql
5
5
6
6
Installation
7
7
------------
8
- ### If you use [ oh-my-zsh] ( https://github.com/robbyrussell/oh-my-zsh )
9
8
10
- * Clone repository into ` ~/.oh-my-zsh/custom/plugins `
9
+ * Clone repository, for example, into ` ~/.bash/mysql-colorize `
11
10
``` sh
12
- cd ~ /.oh-my-zsh/custom/plugins
13
- git clone https://github.com/horosgrisa/mysql-colorize
11
+ git clone https://github.com/horosgrisa/mysql-colorize.bash ~ /.bash/mysql-colorize
12
+ ```
13
+ * After that source mysql-colorize.bash.
14
+ ``` sh
15
+ source ~ /.bash/mysql-colorize/mysql-colorize.bash
14
16
```
15
- * After that mysql-colorize to your oh-my-zsh plugins array.
16
-
17
- ### If you use my [ ZPM] ( https://github.com/horosgrisa/ZPM )
18
-
19
- * Add ` Plug horosgrisa/mysql-colorize ` into ` .zshrc `
20
17
21
18
Now your mysql-client output look like this
22
19
![ Mysql-client] ( https://raw.githubusercontent.com/horosgrisa/mysql-colorize/master/screenshot.png )
You can’t perform that action at this time.
0 commit comments