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
fish_vi_key_bindings
zoxide init fish | source
zoxide init fish --cmd cd | source
'';
shellAliases = myConfig.terminal.aliases;
+3
View File
@@ -2,5 +2,8 @@
programs.zoxide = {
enable = true;
enableFishIntegration = true;
options = [
"--cmd cd"
];
};
}