How to get OMB as default? #614
Answered
by
akinomyoga
GronbergInfo
asked this question in
Q&A
-
The other week or so i changed to fish with chsh, but right now i cannot find how to get back to omb as default shell (without having to remove all files and re-run the install) |
Beta Was this translation helpful? Give feedback.
Answered by
akinomyoga
Sep 25, 2024
Replies: 1 comment 1 reply
-
You can simply switch back to Bash using |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
akinomyoga
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can simply switch back to Bash using
chsh -s /path/to/bash
(please replace/path/to
with the actual location of your Bash found in/etc/shells
). OMB is not a shell, but a configuration for Bash. If you haven't touched the Bash settings while trying Fish, OMB should still be loaded by Bash through your Bash settings at~/.bashrc
.