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:
@@ -0,0 +1,2 @@
|
|||||||
|
|
||||||
|
source "$HOME/.local/bin/env.fish"
|
||||||
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user