From 10208650269b6bdac87605e07195690e81118c81 Mon Sep 17 00:00:00 2001 From: alexion Date: Tue, 14 Jul 2026 19:42:51 -0400 Subject: [PATCH] Adjust fish PATH entries Prepend ~/.local/bin to fish_user_paths and drop the stale hardcoded Pi node fish_add_path line from config.fish. --- .config/fish/config.fish | 2 -- .config/fish/fish_variables | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index a3741f1..f5ec738 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -13,5 +13,3 @@ set -gx VISUAL nvim set --export BUN_INSTALL "$HOME/.bun" set --export PATH $BUN_INSTALL/bin $PATH -# Pi -fish_add_path "/home/alexion/.local/opt/node-v24.18.0-linux-x64/bin" diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index c36fa8f..d8133c0 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -6,7 +6,7 @@ SETUVAR __fish_initialized:4300 SETUVAR _fisher_jorgebucaran_2F_fishtape_files:\x7e/\x2econfig/fish/functions/fishtape\x2efish\x1e\x7e/\x2econfig/fish/completions/fishtape\x2efish SETUVAR _fisher_plugins:jorgebucaran/fishtape SETUVAR _fisher_upgraded_to_4_4:\x1d -SETUVAR fish_user_paths:/home/alexion/\x2elocal/opt/node\x2dv24\x2e18\x2e0\x2dlinux\x2dx64/bin\x1e/home/alexion/Android/Sdk/platform\x2dtools +SETUVAR fish_user_paths:/home/alexion/\x2elocal/bin\x1e/home/alexion/\x2elocal/opt/node\x2dv24\x2e18\x2e0\x2dlinux\x2dx64/bin\x1e/home/alexion/Android/Sdk/platform\x2dtools SETUVAR pure_begin_prompt_with_current_directory:true SETUVAR pure_check_for_new_release:false SETUVAR pure_color_at_sign:pure_color_mute