Is it possible to set MYSQL_PS1 with colors without messing up prompt line width calculation?

后端 未结 0 1973
自闭症患者
自闭症患者 2021-01-22 03:09

Consider the following setting for MySQL_PS1:

GREEN="$(echo -e \'\\033[01;32m\')"
BLUE="$(echo -e \'\\033[01;34m\')"
RESET="         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题