You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am "running" my powerline-shell from ~/.bash_aliases (Debian 11).
if tty | grep -q '/dev/pts'; then
powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT=1
. /usr/share/powerline/bindings/bash/powerline.sh
fi
I am sharing this .bash_aliases on different machines. I want to use different powerline themes for different machines. I would check for that machines in that .bash_aliases file. Is there a way run the powerline.sh script with a specific theme/color?
The text was updated successfully, but these errors were encountered:
buhtz
changed the title
Run with specific theme/color
Run with specific theme/color givin via commandline option
Nov 17, 2021
I am "running" my powerline-shell from
~/.bash_aliases
(Debian 11).I am sharing this
.bash_aliases
on different machines. I want to use different powerline themes for different machines. I would check for that machines in that.bash_aliases
file. Is there a way run thepowerline.sh
script with a specific theme/color?The text was updated successfully, but these errors were encountered: