Skip to content

Commit d403aa5

Browse files
committed
remove unused shell integrations
1 parent 6e2dbd3 commit d403aa5

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

home/dev.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@
114114
enable = true;
115115
package = pkgs.direnv;
116116
nix-direnv.enable = true;
117-
enableZshIntegration = true;
118-
119117
# TOML configuration to surgically silence the export list.
120118
config = {
121119
global = {

home/shell.nix

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,22 +81,12 @@ in {
8181
options = ["--cmd" "cd"];
8282
};
8383

84-
pay-respects = {
85-
enable = true;
86-
enableBashIntegration = true;
87-
};
88-
8984
yazi = {
9085
enable = true;
9186
enableBashIntegration = true;
9287
shellWrapperName = "y";
9388
};
9489

95-
broot = {
96-
enable = true;
97-
enableBashIntegration = true;
98-
};
99-
10090
eza = {
10191
enable = true;
10292
enableBashIntegration = true;

0 commit comments

Comments
 (0)