infrastructure/home/shell/fish.nix

11 lines
172 B
Nix

{...}: {
programs.fish = {
enable = true;
functions = {
fish_greeting = "";
gitignore = "curl -sL https://www.gitignore.io/api/$argv";
};
};
}