Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theme don't work properly #349

Closed
artelrobotics opened this issue Aug 12, 2022 · 4 comments
Closed

Theme don't work properly #349

artelrobotics opened this issue Aug 12, 2022 · 4 comments

Comments

@artelrobotics
Copy link

powerline theme don't work properly, I've done all configurations like in Readme but result is some strange
image
not like
image

Here is my .bashrc conf
case $- in
i) ;;
*) return;;
esac
export OSH=~/.oh-my-bash
OSH_THEME="powerline"
DISABLE_AUTO_UPDATE="true"
ENABLE_CORRECTION="true"
OMB_USE_SUDO=false
completions=(
git
composer
ssh
osx
bundler
rake
)
aliases=(
general
)
plugins=(
git
bashmarks
)
source "$OSH"/oh-my-bash.sh

@akinomyoga
Copy link
Contributor

The above picture is also from Oh My Zsh. Not all the features are ported to Oh My Bash. Which feature do you specifically talk about?

  • You need to install and configure a powerline font in your terminal.
  • The git information is only shown when the current working directory is under a git repository.
  • Syntax highlighting is not supported by Oh My Bash. You might consider using ble.sh.

@artelrobotics
Copy link
Author

instaling fonts helped
sudo apt-get install fonts-powerline

@RoggeHaj
Copy link

RoggeHaj commented Apr 2, 2024

Are there any plans to support syntax highlighting in Oh My Bash?

@akinomyoga
Copy link
Contributor

No. See #157 (comment). You should separately setup both OMB and ble.sh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants