eza.enableShellIntegration deprecated
This commit is contained in:
parent
aed66c0650
commit
ba010c4601
3 changed files with 10 additions and 10 deletions
12
nix/home-manager/flake.lock
generated
12
nix/home-manager/flake.lock
generated
|
@ -121,11 +121,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1710164657,
|
||||
"narHash": "sha256-l64+ZjaQAVkHDVaK0VHwtXBdjcBD6nLBD+p7IfyBp/w=",
|
||||
"lastModified": 1710329147,
|
||||
"narHash": "sha256-ExKfXL6PURo5VJ9bNPkOxCNBlRDoPILeCfUrMyJ20i0=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "017b12de5b899ef9b64e2c035ce257bfe95b8ae2",
|
||||
"rev": "1b74e3679e90fe7ad142bb5f66610a0d92ac0165",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -336,11 +336,11 @@
|
|||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1710244635,
|
||||
"narHash": "sha256-1iqB4gqob4bI04qdX5bvJ/sJT7fK7IH64SagdVoHCjk=",
|
||||
"lastModified": 1710333744,
|
||||
"narHash": "sha256-RocV0zd5CI6U1I93/NO5ixyIQlagoQP294KSoe89PKY=",
|
||||
"owner": "nixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "da05945c74fcb2a7eb8fe49be8803b74b6a17b07",
|
||||
"rev": "075fa043f42b8d35125742d387f81f1655ee865a",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -95,8 +95,8 @@ in {
|
|||
programs.eza = {
|
||||
enable = true;
|
||||
git = true;
|
||||
icons = true;
|
||||
enableAliases = false; # this makes ls etc super ugly, so specifically disabling
|
||||
icons = false;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
programs.gh = {
|
||||
|
|
|
@ -87,8 +87,8 @@ in {
|
|||
cp = "cp --reflink=auto";
|
||||
}
|
||||
else {
|
||||
exa = "eza -l --git";
|
||||
ls = "exa";
|
||||
# exa = "eza -l --git";
|
||||
# ls = "exa";
|
||||
nv = "neovide";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue