wrappers/fish: add zoxide and direnv properly

This commit is contained in:
Nikodem Rabuliński 2024-02-02 00:35:18 +01:00
parent b03e1e7080
commit 03fcd581a9
3 changed files with 25 additions and 18 deletions

View file

@ -22,14 +22,12 @@
source ${./config.fish}
source ${./prompt.fish}
${lib.getExe pkgs.zoxide} init fish | source
'';
in [
"-C"
"source ${config-fish}"
];
pathAdd = with pkgs; [eza bat fzf ripgrep];
pathAdd = with pkgs; [eza bat fzf ripgrep zoxide direnv];
};
}