Skip to content

Commit

Permalink
feat(fish): add pokemon sprites on terminal greeting
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuciael committed May 31, 2024
1 parent 217e22f commit 3d206e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/shell/fish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ in {
fish = {
enable = true;
catppuccin.enable = true;
functions = {
fish_greeting = ''
${pkgs.krabby}/bin/krabby random --no-title
'';
};
shellAliases = {
re = "nh os switch -H ${hostname} && echo -e '\\033[32m>\\033[0m Done!'";
nfu = "nix flake update";
Expand Down

0 comments on commit 3d206e9

Please sign in to comment.