Files
demus 0d145a4f9a
Build and provide rpm of demus profiles / rpmbuild (release) Successful in 51s
Add powerline init script
2025-02-18 14:03:10 +01:00

8 lines
256 B
Bash

# Only start in interactive shells and when the daemon binary exists
if [ "x${PS1-}" != x -a -f $(which powerline-daemon) ]; then
powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT=1
. /usr/share/powerline/bash/powerline.sh
fi