wrappers/fish: change greeting and add packages

This commit is contained in:
Nikodem Rabuliński 2024-05-26 18:23:49 +02:00
parent 648ba55069
commit 84166ab1b7
2 changed files with 22 additions and 0 deletions

View file

@ -20,6 +20,7 @@
source ${./prompt.fish}
source ${./config.fish}
source ${./greeting.fish}
'';
in
[
@ -34,6 +35,8 @@
ripgrep
zoxide
direnv
fd
file
];
};
};