-
-
Notifications
You must be signed in to change notification settings - Fork 682
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
Comments
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?
|
instaling fonts helped |
Are there any plans to support syntax highlighting in Oh My Bash? |
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
powerline theme don't work properly, I've done all configurations like in Readme but result is some strange
not like
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
The text was updated successfully, but these errors were encountered: