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
66Installation
77------------
88
9+ ## Bash
910* Clone repository, for example, into ` ~/.bash/mysql-colorize `
1011``` sh
1112git 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
1516source ~ /.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+
1835Now your mysql-client output look like this
1936![ Mysql-client] ( https://raw.githubusercontent.com/horosgrisa/mysql-colorize/master/screenshot.png )
2037
You can’t perform that action at this time.
0 commit comments