Initial commit

This commit is contained in:
2025-06-29 17:19:38 +03:00
commit eb1d345754
8 changed files with 294 additions and 0 deletions

5
config.fish Normal file
View File

@@ -0,0 +1,5 @@
if status is-interactive
# Commands to run in interactive sessions can go here
eval (starship init fish)
set -g fish_greeting ""
end