ewaters / altsql-shell

An easily extensible DBI shell, perfect for a drop-in replacement to mysql-client
http://ewaters.github.com/altsql-shell
123 stars 19 forks source link

Personal config overrides (part of) default #36

Open nedludd opened 12 years ago

nedludd commented 12 years ago

I set a custom prompt in my ~/.altsql.yml as follows:


---
prompt: 'foo > '

No other entries.

The output with this configuration is ASCII only.

Looks like I need to add:

view_plugins: 
    - Color
    - UnicodeBox

In order for proper color and unicode output. Looks like the default is being overriden.