1
0
Fork 0

fix: restore custom prompt

Removing the bash-color-prompt package removed the customized prompt,
the default prompt will now stay in place, and the custom will load
after.
This commit is contained in:
ver4a 2026-02-20 09:58:50 +01:00
parent 3ec2883d7b
commit 80f135638f

View file

@ -18,9 +18,6 @@ PKGS_NTSYNC="ntsync-autoload"
# Add packages
dnf5 -y install --allowerasing ${PKGS_CODECS} ${PKGS_UTILS} ${PKGS_GENERAL} ${PKGS_DEFAULT_EDITOR} ${PKGS_NTSYNC}
# Remove default color prompt (is replaced with a custom one)
dnf5 -y remove bash-color-prompt
# Apply configuration
# fix-up kconfig path
sed -i "/SCX_FLAGS=/ s/$/ --kconfig \/usr\/lib\/modules\/$(rpm -qa kernel | sed 's/kernel-//g')\/config/" /etc/default/scx