Giter VIP home page Giter VIP logo

Comments (5)

jimeh avatar jimeh commented on September 28, 2024

I don't use Fish myself. @trekdemo would you be able to chime in on this? Otherwise I'll properly look into it myself later today/tomorrow.

from tmuxifier.

trekdemo avatar trekdemo commented on September 28, 2024

Hi @IanVaughan,

Does the ~/.tmuxifier/bin/tmuxifier file exist?

from tmuxifier.

IanVaughan avatar IanVaughan commented on September 28, 2024

I did a bit of digging around and found that the README is wrong.

  1. The quotes should not be used.
~set -gx PATH "~/.tmuxifier/bin" $PATH
set: Warning: path component ~/.tmuxifier/bin may not be valid in PATH.
set: No such file or directory

➜  ~set -gx PATH ~/.tmuxifier/bin $PATH
(ok)

So the README needs changing :

-  set -gx PATH "~/.tmuxifier/bin" $PATH
+  set -gx PATH ~/.tmuxifier/bin $PATH

Then maybe add a note to add this line to the ~/.config/fish/config.fish for subsequent reboots etc.

  1. If you want to change the layout location, then the following needs to be ran
set -Ux TMUXIFIER_LAYOUT_PATH ~/dotfiles/tmuxifier/layouts/

(Obviously changing the last path bit to what's required)

Using U sets it Universal, so it does not need to be set ever again, thus no need to add it to a config file, which is neat.
If a user would prefer using the config file, then they can use

set -x TMUXIFIER_LAYOUT_PATH ~/dotfiles/tmuxifier/layouts/

from tmuxifier.

IanVaughan avatar IanVaughan commented on September 28, 2024

PS. Thanks for chipping in @trekdemo

from tmuxifier.

jimeh avatar jimeh commented on September 28, 2024

Interesting @IanVaughan. Would you mind maybe supplying a PR with the changes? :)

As for the universal set thing, I don't know what convention is with Fish, but I'd imagine declarative/obvious configs are better than the opposite, right? lol

from tmuxifier.

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.