Giter VIP home page Giter VIP logo

Comments (9)

jethrokuan avatar jethrokuan commented on June 12, 2024

I generally don't recommend also using the same z cache file across computers, the cache tends to build up quickly too so in practice it hasn't really affected me. It's also difficult/impossible to support the workaround you suggested, dealing with ~ is tricky: see #70

from z.

lucmos avatar lucmos commented on June 12, 2024

from z.

jethrokuan avatar jethrokuan commented on June 12, 2024

May it be possible to keep that file computer-independent? (So that it can be synchronised across computers)

No, fish autoexpands ~, so the variables inside will always be absolute paths.

I too use fish across multiple computers, and I don't synchronize the fish_variables file, and I don't think it's meant to be used that way. If you have custom variables you need to set, consider making a custom plugin for them. This could just be set -U directives in a file in the conf.d folder.

from z.

lucmos avatar lucmos commented on June 12, 2024

No, fish autoexpands ~, so the variables inside will always be absolute paths.

I was thinking to put those variables somewhere else

I too use fish across multiple computers, and I don't synchronize the fish_variables file, and I don't think it's meant to be used that way. If you have custom variables you need to set, consider making a custom plugin for them. This could just be set -U directives in a file in the conf.d folder.

I opened an issue about it yesterday (fish-shell/fish-shell#5870) (I didn't know that the "problem" were the configuration variables of z in the fish_variables)

They confirmed that moving the entire .config/fish should word, and the fish_variable has been introduced exactly to be computer-independent:

Since 3.0 it's named fish_variables, so it's machine-independent by default.

However I'll ask in a more direct way there

from z.

jethrokuan avatar jethrokuan commented on June 12, 2024
 I was thinking to put those variables somewhere else

this plugin doesn't set that manually. It does however call a set directive, which in turn gets the variable value stored in the fish_variables file. faho is not wrong in that the behaviour in fish is that fish_variables is machine-independent by default there.

What I'm saying is that because fish expands paths automatically, it's impossible as far as I know to set the variables to relative paths in a manner that is guaranteed to work across all machines. For this particular plugin, that's just the compromise we have to put up with.

The alternative to the variable is hard-coding the locations of each of the files of course, but that's not exactly the fix I had in mind.

from z.

lucmos avatar lucmos commented on June 12, 2024

Got it. I didn't know how set works.

The only alternative that I can think of is to do another configuration file .config/fish/.z, but I'm not sure if it's the right way to proceed

from z.

jethrokuan avatar jethrokuan commented on June 12, 2024

If you're using fisherman, the way I do it, and many others, is to only sync the fishfile across the computers. Then, running fisher on both machines should pull down the same plugins and result in the exact same setup.

For example, mine looks like this: https://github.com/jethrokuan/dotfiles/tree/master/fish/.config/fish

from z.

lucmos avatar lucmos commented on June 12, 2024

Yeah, I'll manage somehow. Probably I'll move the colors definitions into the conf.d as you suggested

from z.

jethrokuan avatar jethrokuan commented on June 12, 2024

Closing for now, feel free to reopen if you have any more suggestions.

from z.

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.