Giter Club home page Giter Club logo

Comments (2)

marty-oehme avatar marty-oehme commented on June 3, 2024

Hi @davebooi , sorry for taking so long in answering.

Maybe you have figured it out already, but let me quickly answer you nonetheless.
The environment variables are not set in a file but in your 'shell environment'.
That means they should be set for the instance of bemoji that you call, or in your overall environment - there are many guides online, one that I think could be helpful is for example this one.

For bemoji itself that means when you want to set fuzzel as a picker, you have a couple options:

If you just want to try that everything works you can simply first set the value BEMOJI_PICKER_CMD="fuzzel -d" and then start bemoji normally. This value will persist until you close that specific session.

To make it persist longer you have a couple options, provided in the article above. However, what I would suggest is simply to prepend your normal bemoji command with the variable assignment - the value will then only persist for running the command and not pollute your external environment. Like this in the terminal:

BEMOJI_PICKER_CMD="fuzzel -d" bemoji

It basically rolls up the previous statements into one.

Hope this helped for a start, and if it did we can maybe close the issue?

from bemoji.

davebooi avatar davebooi commented on June 3, 2024

no worries and thanks for taking the time to respond! This was really helpful and I already figured it out myself, thanks a bunch ;) ticket can be closed of course

Cheers

from bemoji.

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.