team/designsuite: Fix bash configuration

This commit is contained in:
Luya Tshimbalanga
2026-03-15 19:35:59 +00:00
committed by luya
parent 25932f1e07
commit 88762a0d1b
+2 -1
View File
@@ -419,7 +419,7 @@ FOE
chmod a+x /usr/share/applications/fedora-design-team.desktop chmod a+x /usr/share/applications/fedora-design-team.desktop
# Use Powerline in bash # Use Powerline in bash
cat >> $HOME/.bashrc << FOE cat >> /etc/profile.d/powerline-shell.sh << FOE
# Enable powerline daemon # Enable powerline daemon
if [ -f `which powerline-daemon` ]; then if [ -f `which powerline-daemon` ]; then
powerline-daemon -q powerline-daemon -q
@@ -428,6 +428,7 @@ if [ -f `which powerline-daemon` ]; then
. /usr/share/powerline/bash/powerline.sh . /usr/share/powerline/bash/powerline.sh
fi fi
FOE FOE
chmod 644 /etc/profile.d/powerline-shell.sh
# End powerline override # End powerline override
# Override the favorite desktop application in Dash # Override the favorite desktop application in Dash