Skip to content

.config/fish/fish_variables has changed since chezmoi last wrote it? #3579

Answered by halostatue
wchrisjohnson asked this question in Q&A
Discussion options

You must be logged in to vote

fish_variables is a cache file. It's where universal variables, that may be updated independently of any action you take, get stored.

You mentioned that you're using IlanCosman/tide, which means that _tide_left_items and _tide_right_items may be updated based on availability. You would need to check a chezmoi diff between the two versions to see what's changing.

I have previously recommended not syncing fish_variables, because there are values which will differ by machine/os. By and large, I have also started not using universal variables in the fish plug-ins that I write, but that's a different issue.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@wchrisjohnson
Comment options

@halostatue
Comment options

Answer selected by wchrisjohnson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants