This commit is contained in:
Gecko :3 2025-07-10 11:07:38 +02:00
commit 60c11831de
23 changed files with 989 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