Remove default color prompt
This commit is contained in:
parent
5aed2ee2e5
commit
0625bd7fbe
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ RUN systemctl enable libvirtd
|
||||||
# Set vim as default editor
|
# Set vim as default editor
|
||||||
RUN rpm-ostree override remove nano-default-editor --install vim-default-editor
|
RUN rpm-ostree override remove nano-default-editor --install vim-default-editor
|
||||||
|
|
||||||
|
# Remove default color prompt (is replaced with a custom one)
|
||||||
|
RUN rpm-ostree override remove bash-color-prompt
|
||||||
|
|
||||||
# Remove rpm metadata cache
|
# Remove rpm metadata cache
|
||||||
RUN rpm-ostree cleanup --repomd
|
RUN rpm-ostree cleanup --repomd
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue