Giter Club home page Giter Club logo

Comments (6)

bruno- avatar bruno- commented on August 15, 2024

Can you please try using the full path instead of using the ~ and see if that helps?

from tpm.

bruno- avatar bruno- commented on August 15, 2024

There might be a bug when using the ~ but let's just first verify things work with the full path.

from tpm.

jbleuzen avatar jbleuzen commented on August 15, 2024

I made some tests when configuring the TMUX_PLUGIN_MANAGER_PATH and get some strange results.

Following lines are not working :

set-environment -g TMUX_PLUGIN_MANAGER_PATH '~/.dotfiles/tmux/plugins'
set-environment -g TMUX_PLUGIN_MANAGER_PATH "~/.dotfiles/tmux/plugins"
set-environment -g TMUX_PLUGIN_MANAGER_PATH '/Users/johan/.dotfiles/tmux/plugins'

But this line is working :

set-environment -g TMUX_PLUGIN_MANAGER_PATH "/Users/johan/.dotfiles/tmux/plugins"

The only difference is the double quote instead of single quote.

And there is definitively something broken, because I am not sure plugin's script are executed on reloading tmux : I don't see my batterie percentage on my status bar that I had working when using standard plugins path.

from tpm.

bruno- avatar bruno- commented on August 15, 2024

Thank you for checking this and confirming it works with the full path. At least we can now narrow the issue to that tilde character. I'll try to see where's the problem.

I'm surprised to see there's any difference between the singe and double quotes. I never noticed any difference when testing it for other things.

And btw. thanks for having patience with this. Some of the tpm non-core features could be rough around the edges, but hopefully we can iron it out.

from tpm.

bruno- avatar bruno- commented on August 15, 2024

So, there was an issue with tilde character expansion. This is nicely described in this stackoverflow thread.
I've implemented and pushed a fix.

I also tested this by changing TPM path and everything was working now (even the battery in status-right).

Can you please update tpm and see if things work now?

from tpm.

jbleuzen avatar jbleuzen commented on August 15, 2024

It's now working as it should :)

Thanks 👍

from tpm.

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.