I recently installed powerline for bash and it seems to work fine but it made my terminal to load very slow. But when my main concern is when i go to my console pressing CTRL + ALT + F1 it shows some error like shown in the figure. How do I fix it?
Asked
Active
Viewed 252 times
1 Answers
0
Looks like the deb package changed the shell integration scripts.
They are located in /usr/share/powerline/bindings/.
Add this to your .bashrc in your home directory:
# Powerline
powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT=1
source /usr/share/powerline/bindings/bash/powerline.sh
