-
Notifications
You must be signed in to change notification settings - Fork 125
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
OS detection fails in non-systemd distributions #24
Comments
Changing the function to the following at least eliminates the error about /etc/os-release:
|
Powerlevel10k actually treats Artix specially. I'll look into this and think about the best way to deal with it; I've never used a non-systemd distro. Thanks for the report 😄 Until then I suppose you'll just have to use your fix or comment |
Hi @kudakeru, can you try installing Tide from the curl -sL git.io/tide | source && tide_install lsb-release |
Installed and tested. Everything looks like it's working now. |
Great to hear, thanks for filing this issue @kudakeru 😄 |
This appears to have resurfaced after edcc4f0. |
Thanks 👍 |
Describe the bug
cat: /etc/os-release: No such file or directory
math: Expected at least 1 args, got 0
cat: /etc/os-release: No such file or directory
math: Expected at least 1 args, got 0
Welcome to fish, the friendly interactive shell
Type
help
for instructions on how to use fishSteps to reproduce
Expected behavior
OS detection should check for /etc/lsb-release if /etc/os-release is not present
Screenshots
Environment (please complete the following information)
tide bug-report
:Additional context
The text was updated successfully, but these errors were encountered: