Print an Arona line on start

This commit is contained in:
Natsu Kagami 2022-05-30 16:33:24 -04:00
parent 26ba8ea8de
commit 89eda46b9d
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
2 changed files with 4 additions and 1 deletions

BIN
home/fish/arona.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

View file

@ -38,7 +38,10 @@
''; '';
interactiveShellInit = '' 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 # Set up an editor alias
if test -n "$EDITOR" if test -n "$EDITOR"