Giter Site home page Giter Site logo

Comments (6)

teon avatar teon commented on May 18, 2024

I don't understand why those binaries are necessary? I'm not using those, why should they be required?

from oh-my-bash.

lasers avatar lasers commented on May 18, 2024

I don't remember anymore. It might have been a random theme and I think I filed this because the missing binaries are drawing text on the screen instead of silently failing and keep going with fewer features/chars. Otherwise, the users could have to muck around with prompt and/or installing binaries if they want to use that theme for a while... and the next one.... and probably one more after that one too.

The themes should work with what users have and not the other way.

from oh-my-bash.

Amolith avatar Amolith commented on May 18, 2024

I fixed this issue on my local installation. I found the offending lines in ~/.oh-my-bash/oh-my-bash.sh and simply commented them out. I've pasted them below

#for completion_file in $OSH/completion/*.sh; do
#    custom_completion_file="${OSH_CUSTOM}/completion/${completion_file:t}"
#    [ -f "${custom_completion_file}" ] && completion_file=${custom_completion_file}
#    source $completion_file
#done

from oh-my-bash.

tron-solo avatar tron-solo commented on May 18, 2024

You can remove the offending .sh files from~/.oh-my-bash/completion, this should clean things up for you.

from oh-my-bash.

che666 avatar che666 commented on May 18, 2024

I have made a pull request fixing the noise.

from oh-my-bash.

lasers avatar lasers commented on May 18, 2024

I see the pull request has been merged months ago. Closing this now! Super late thanks!

from oh-my-bash.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.