diff options
| author | 2026-03-15 09:15:03 -1000 | |
|---|---|---|
| committer | 2026-03-15 19:36:21 +0000 | |
| commit | 2aa1ee3616941b596c28780945b1f90dd94d03a2 (patch) | |
| tree | 29dc35f2659dd3d9b6b6c3836d4c642437a084d7 | |
| parent | c93273901e191f99f22609ea2def70b8dcb66faa (diff) | |
| download | kiwi-descriptions-2aa1ee3616941b596c28780945b1f90dd94d03a2.tar.gz kiwi-descriptions-2aa1ee3616941b596c28780945b1f90dd94d03a2.zip | |
teams/designsuite: Fix bash configuration
| -rwxr-xr-x | config.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -419,7 +419,7 @@ FOE chmod a+x /usr/share/applications/fedora-design-team.desktop # Use Powerline in bash -cat >> $HOME/.bashrc << FOE +cat >> /etc/profile.d/powerline-shell.sh << FOE # Enable powerline daemon if [ -f `which powerline-daemon` ]; then powerline-daemon -q @@ -428,6 +428,7 @@ if [ -f `which powerline-daemon` ]; then . /usr/share/powerline/bash/powerline.sh fi FOE +chmod 644 /etc/profile.d/powerline-shell.sh # End powerline override # Override the favorite desktop application in Dash |