first commit

This commit is contained in:
2025-06-14 20:26:14 +02:00
commit 1edfd60dbd
351 changed files with 34592 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
fish_add_path $HOME/.local/bin
fish_add_path $HOME/bin
# cargo
if test -f $HOME/.cargo/env.fish
source $HOME/.cargo/env.fish
end
if test -d $HOME/.scripts
fish_add_path $HOME/.scripts
end