✨ feat(fish): Fish improvements
This commit is contained in:
parent
4bfb04383c
commit
927f573873
1 changed files with 10 additions and 1 deletions
|
@ -1,8 +1,11 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
babelfish
|
||||
];
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
|
||||
useBabelfish = true;
|
||||
preferAbbrs = true;
|
||||
|
||||
plugins = with pkgs.fishPlugins; [
|
||||
|
@ -24,4 +27,10 @@
|
|||
}
|
||||
];
|
||||
};
|
||||
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
|
||||
options = ["--cmd cd"];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue