wrappers/fish: add zoxide and direnv properly
This commit is contained in:
parent
b03e1e7080
commit
03fcd581a9
3 changed files with 25 additions and 18 deletions
|
@ -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];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue