Last active
September 10, 2022 16:31
-
-
Save sultanqasim/d7debf85ea962453e5beb35df63d87de to your computer and use it in GitHub Desktop.
Fedora Colour Bash Prompt PS1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
case "$TERM" in | |
xterm-color|*-256color) | |
PS1='[\[\e[1;32m\]\u@\h \[\e[1;34m\]\W\[\e[m\]]\$ ' | |
;; | |
*) | |
PS1='[\u@\h \W]\$ ' | |
;; | |
esac |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Other protips for Fedora KDE spin:
sudo dnf remove plasma-discover ibus im-chooser