We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e2dbd3 commit d403aa5Copy full SHA for d403aa5
2 files changed
home/dev.nix
@@ -114,8 +114,6 @@
114
enable = true;
115
package = pkgs.direnv;
116
nix-direnv.enable = true;
117
- enableZshIntegration = true;
118
-
119
# TOML configuration to surgically silence the export list.
120
config = {
121
global = {
home/shell.nix
@@ -81,22 +81,12 @@ in {
81
options = ["--cmd" "cd"];
82
};
83
84
- pay-respects = {
85
- enable = true;
86
- enableBashIntegration = true;
87
- };
88
89
yazi = {
90
91
enableBashIntegration = true;
92
shellWrapperName = "y";
93
94
95
- broot = {
96
97
98
99
100
eza = {
101
102
0 commit comments