fixed lots of stuff

This commit is contained in:
kenji
2025-12-23 19:48:09 +00:00
parent a036da9b76
commit ab6eb6db5b
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
set fish_greeting set fish_greeting
fish_vi_key_bindings fish_vi_key_bindings
zoxide init fish | source zoxide init fish | source
zoxide init fish --cmd cd | source
''; '';
shellAliases = myConfig.terminal.aliases; shellAliases = myConfig.terminal.aliases;
+3
View File
@@ -2,5 +2,8 @@
programs.zoxide = { programs.zoxide = {
enable = true; enable = true;
enableFishIntegration = true; enableFishIntegration = true;
options = [
"--cmd cd"
];
}; };
} }
+1 -1
View File
@@ -25,7 +25,7 @@
}; };
terminal = { terminal = {
aliases = { aliases = {
update = "sudo nixos-rebuild switch ~/.config/nixos-new/#hakase"; update = "sudo nixos-rebuild switch --flake ~/.config/nixos-new/#hakase";
}; };
}; };
}; };