We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
relevant home manager section:
fish.interactiveShellInit = { fish_vi_key_bindings sh ${nix-colors-lib.shellThemeFromScheme { scheme = config.colorScheme; }} };
Removing sh ${nix-colors-lib.shellThemeFromScheme { scheme = config.colorScheme; }} fixes the issue.
sh ${nix-colors-lib.shellThemeFromScheme { scheme = config.colorScheme; }}
The text was updated successfully, but these errors were encountered:
The "-ne" behaviour is present in kitty, and iTerm.
It does not appear on linux in neither kitty nor st.
Sorry, something went wrong.
Hello!
Does this only happen on MacOS? If so, I sadly won't be able to debug it; but let me know your findings so that we can try and fix this!
contrib/shell-theme: make POSIX compliant
d1a0aea
'==' is bash operator and not available in the standard /bin/sh. Fixes Misterio77#33.
Successfully merging a pull request may close this issue.
relevant home manager section:
Removing
sh ${nix-colors-lib.shellThemeFromScheme { scheme = config.colorScheme; }}
fixes the issue.The text was updated successfully, but these errors were encountered: