From 87250a1fda6bfea45423bca9d5aa9b1aa900fafc Mon Sep 17 00:00:00 2001 From: GlennIgen Date: Sun, 24 May 2026 17:41:03 +0200 Subject: [PATCH] =?UTF-8?q?fish:=20tilf=C3=B8j=20uv/Hermes=20PATH-ops?= =?UTF-8?q?=C3=A6tning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- stow_me/.config/fish/conf.d/uv.env.fish | 2 ++ stow_me/.config/fish/config.fish | 3 +++ stow_me/.config/fish/fish_variables | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 stow_me/.config/fish/conf.d/uv.env.fish diff --git a/stow_me/.config/fish/conf.d/uv.env.fish b/stow_me/.config/fish/conf.d/uv.env.fish new file mode 100644 index 0000000..c5be13c --- /dev/null +++ b/stow_me/.config/fish/conf.d/uv.env.fish @@ -0,0 +1,2 @@ + +source "$HOME/.local/bin/env.fish" diff --git a/stow_me/.config/fish/config.fish b/stow_me/.config/fish/config.fish index 278cf32..40452b9 100644 --- a/stow_me/.config/fish/config.fish +++ b/stow_me/.config/fish/config.fish @@ -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" diff --git a/stow_me/.config/fish/fish_variables b/stow_me/.config/fish/fish_variables index 437c541..41698fc 100644 --- a/stow_me/.config/fish/fish_variables +++ b/stow_me/.config/fish/fish_variables @@ -2,4 +2,4 @@ # VERSION: 3.0 SETUVAR __fish_initialized:4300 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