ohmybash / oh-my-bash

A delightful community-driven framework for managing your bash configuration, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
https://ohmybash.github.io
MIT License
5.55k stars 626 forks source link

"Default" Theme possible #208

Open tn5421 opened 3 years ago

tn5421 commented 3 years ago

This probably isn't an issue, as such.

What if I don't want to use an Oh My Bash theme? What would I do if I am already happy with my terminal's appearance, and just want Oh My Bash for the plugins it has?

Apologies in advance if this point was raised somewhere else.

locobastos commented 3 years ago

Hello, I succeed to keep my original prompt following these steps:

  1. print and save your current PS1 and PS2 (if you are using it)
  2. edit your ~/.bashrc
  3. comment OSH_THEME
  4. add AT THE END:

export PS1="the content of your PS1" export PS2="the content of your PS2"

Hope this will help you !