fish: tilføj uv/Hermes PATH-opsætning

- Tilføj conf.d/uv.env.fish til at source uv environment
- Tilføj ~/.local/bin til PATH i config.fish (Hermes Agent)
- Opdater fish_user_paths med ~/.local/bin
This commit is contained in:
2026-05-24 17:41:03 +02:00
parent 2d8321a530
commit 87250a1fda
3 changed files with 6 additions and 1 deletions
+3
View File
@@ -2,3 +2,6 @@ if status is-interactive
# Commands to run in interactive sessions can go here
fastfetch
end
# Hermes Agent — ensure ~/.local/bin is on PATH
fish_add_path "$HOME/.local/bin"