diff --git a/home/fish/arona.jpg b/home/fish/arona.jpg new file mode 100644 index 0000000..0cc853d Binary files /dev/null and b/home/fish/arona.jpg differ diff --git a/home/fish/fish.nix b/home/fish/fish.nix index 3e979f4..9ecf5bf 100644 --- a/home/fish/fish.nix +++ b/home/fish/fish.nix @@ -38,7 +38,10 @@ ''; interactiveShellInit = '' - set fish_greeting + function fish_greeting + ${pkgs.imgcat}/bin/imgcat ${./arona.jpg} + printf (env LANG=ja_JP date +"ご主人様、お帰りなさい!\n今日は%A、%Y年%m月%d日ですねー!今の時間って、%H時%M分です〜 \n言って言ってご主人様、コンピュターちゃんと何がするつもりでしょーか?〜エヘヘっ\n") + end # Set up an editor alias if test -n "$EDITOR"