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:
parent
3ec2883d7b
commit
80f135638f
1 changed files with 0 additions and 3 deletions
|
|
@ -18,9 +18,6 @@ PKGS_NTSYNC="ntsync-autoload"
|
||||||
# Add packages
|
# Add packages
|
||||||
dnf5 -y install --allowerasing ${PKGS_CODECS} ${PKGS_UTILS} ${PKGS_GENERAL} ${PKGS_DEFAULT_EDITOR} ${PKGS_NTSYNC}
|
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
|
# Apply configuration
|
||||||
# fix-up kconfig path
|
# fix-up kconfig path
|
||||||
sed -i "/SCX_FLAGS=/ s/$/ --kconfig \/usr\/lib\/modules\/$(rpm -qa kernel | sed 's/kernel-//g')\/config/" /etc/default/scx
|
sed -i "/SCX_FLAGS=/ s/$/ --kconfig \/usr\/lib\/modules\/$(rpm -qa kernel | sed 's/kernel-//g')\/config/" /etc/default/scx
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue