You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is intended behavior but there is an inconsistency with the icons of flake.lock vs Cargo.lock etc. If you run eza --icons=always you get the following output for flake.lock and flake.nix:
flake.lock flake.nix
While Cargos lock-file does match the Rust icon:
Cargo.lock Cargo.toml
and so does npms lock-file:
package-lock.json package.json
Shouldn't this be:
flake.lock flake.nix
Then?
The text was updated successfully, but these errors were encountered:
eza --icons=always
Not sure if this is intended behavior but there is an inconsistency with the icons of
flake.lock
vsCargo.lock
etc. If you runeza --icons=always
you get the following output forflake.lock
andflake.nix
:While
Cargo
s lock-file does match the Rust icon:and so does
npm
s lock-file:Shouldn't this be:
Then?
The text was updated successfully, but these errors were encountered: