eza.enableShellIntegration deprecated

This commit is contained in:
Anthony Cicchetti 2024-03-13 08:59:38 -04:00
parent aed66c0650
commit ba010c4601
3 changed files with 10 additions and 10 deletions

View file

@ -121,11 +121,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1710164657, "lastModified": 1710329147,
"narHash": "sha256-l64+ZjaQAVkHDVaK0VHwtXBdjcBD6nLBD+p7IfyBp/w=", "narHash": "sha256-ExKfXL6PURo5VJ9bNPkOxCNBlRDoPILeCfUrMyJ20i0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "017b12de5b899ef9b64e2c035ce257bfe95b8ae2", "rev": "1b74e3679e90fe7ad142bb5f66610a0d92ac0165",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -336,11 +336,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1710244635, "lastModified": 1710333744,
"narHash": "sha256-1iqB4gqob4bI04qdX5bvJ/sJT7fK7IH64SagdVoHCjk=", "narHash": "sha256-RocV0zd5CI6U1I93/NO5ixyIQlagoQP294KSoe89PKY=",
"owner": "nixOS", "owner": "nixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "da05945c74fcb2a7eb8fe49be8803b74b6a17b07", "rev": "075fa043f42b8d35125742d387f81f1655ee865a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -95,8 +95,8 @@ in {
programs.eza = { programs.eza = {
enable = true; enable = true;
git = true; git = true;
icons = true; icons = false;
enableAliases = false; # this makes ls etc super ugly, so specifically disabling enableZshIntegration = true;
}; };
programs.gh = { programs.gh = {

View file

@ -87,8 +87,8 @@ in {
cp = "cp --reflink=auto"; cp = "cp --reflink=auto";
} }
else { else {
exa = "eza -l --git"; # exa = "eza -l --git";
ls = "exa"; # ls = "exa";
nv = "neovide"; nv = "neovide";
}; };
}; };