fish greeting

This commit is contained in:
Reid 2024-05-13 20:55:41 -07:00
parent ca655a6c26
commit bb20cf4366

View file

@ -24,7 +24,9 @@ in {
interactiveShellInit = ''
sh ${colorScript}
'';
# TODO: add fish greeting?
functions.fish_greeting = ''
${lib.getExe pkgs.pfetch}
'';
};
};
}