Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialize zsh caches so first startup on Live CD is faster #208

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

zeha
Copy link
Member

@zeha zeha commented Dec 13, 2024

No description provided.

@zeha zeha force-pushed the zeha/zshstartuptime branch 3 times, most recently from ae1dc01 to fc6aa8a Compare December 13, 2024 13:51
@zeha zeha marked this pull request as ready for review December 13, 2024 13:54
@zeha zeha requested a review from mika December 13, 2024 13:55
ls -la "$target"/root/
ls -la "$target"/home/"${USERNAME}"
ls -la "$target"/root/.zcompdump
ls -la "$target"/home/"${USERNAME}"/.zcompdump
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we keep all of the ls -la?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah maybe only the ones with .zcompdump. it also serves as an assert the cache got written.

or should i remove all of them?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah makes sense! hm, maybe let's keep all of them, though maybe also report upfront which files/directories we're listing to make it more obvious what's going on? 🤔

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pushed, please check :)

@zeha zeha force-pushed the zeha/zshstartuptime branch from fc6aa8a to c8704b9 Compare December 13, 2024 14:15
@zeha zeha force-pushed the zeha/zshstartuptime branch from c8704b9 to f45341b Compare December 13, 2024 14:53
@mika mika self-requested a review December 13, 2024 14:54
Copy link
Member

@mika mika left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@zeha zeha merged commit 4726496 into master Dec 13, 2024
12 checks passed
@zeha zeha deleted the zeha/zshstartuptime branch December 13, 2024 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants