puntonim / promptastic

A fantastic prompt for Bash
http://painl.es/promptastic/
Apache License 2.0
81 stars 16 forks source link

No colors and prompt align #3

Closed reinaldons closed 9 years ago

reinaldons commented 9 years ago

I'm using Manjaro Linux (Arch Linux). Removed the power-line from ~/.bashrc and ran ./install.py with no config.py modification. ~/.bashrc and ~/.profile looks good as you can see in 2nd screenshot.

The prompt have no colors.

I'm using Konsole 2.14 and KDE 4.14.0.

My Python and Bash version, and my config.py. promptastic_problem

Last lines of my ~/.bashrc and ~/.profile promptastic_problem_2

puntonim commented 9 years ago

Thanks for the feedback! I have no chance to test this with Konsole on KDE right now, but it seems like your terminal has not been set to use ANSI colors. Could you check the output of: echo $TERM? When the output is xterm-256color it should work and I guess yours is different.

reinaldons commented 9 years ago

I force it on my ~/.bashrc and works fine: export TERM='xterm-256color'

A good thing to alert at install.py or at Steps section of INSTALL.md doc.

Thanks.