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
+2
View File
@@ -0,0 +1,2 @@
source "$HOME/.local/bin/env.fish"
+3
View File
@@ -2,3 +2,6 @@ if status is-interactive
# Commands to run in interactive sessions can go here # Commands to run in interactive sessions can go here
fastfetch fastfetch
end end
# Hermes Agent — ensure ~/.local/bin is on PATH
fish_add_path "$HOME/.local/bin"
+1 -1
View File
@@ -2,4 +2,4 @@
# VERSION: 3.0 # VERSION: 3.0
SETUVAR __fish_initialized:4300 SETUVAR __fish_initialized:4300
SETUVAR fish_greeting: SETUVAR fish_greeting:
SETUVAR fish_user_paths:/home/glennigen/\x2enpm\x2dglobal/bin SETUVAR fish_user_paths:/home/glennigen/\x2elocal/bin\x1e/home/glennigen/\x2enpm\x2dglobal/bin