Skip to content

Instantly share code, notes, and snippets.

@sultanqasim
Last active September 10, 2022 16:31
Show Gist options
  • Select an option

  • Save sultanqasim/d7debf85ea962453e5beb35df63d87de to your computer and use it in GitHub Desktop.

Select an option

Save sultanqasim/d7debf85ea962453e5beb35df63d87de to your computer and use it in GitHub Desktop.
Fedora Colour Bash Prompt PS1
case "$TERM" in
xterm-color|*-256color)
PS1='[\e[1;32m\u@\h\e[m \e[1;34m\W\e[m]\$ '
;;
*)
PS1='[\u@\h \W]\$ '
;;
esac
@sultanqasim
Copy link
Author

sultanqasim commented Sep 10, 2022

Other protips for Fedora KDE spin:

  • sudo dnf remove plasma-discover ibus im-chooser
  • Increase font sizes (in Settings->Appearance->Fonts and custom Konsole profile) by one point from 10 to 11 (and 8 to 9 for small)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment