add files

This commit is contained in:
Gecko :3 2025-08-19 17:51:15 +02:00
commit 40b77f88ea
20 changed files with 522 additions and 0 deletions

4
fish/conf.d/config.fish Executable file
View file

@ -0,0 +1,4 @@
function fish_greeting
echo (set_color yellow)(date +%T)(set_color normal) on $hostname
end