From 5502c97840bc47ae51245cd68818a54c1ae76e89 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sat, 2 Nov 2024 00:00:48 +0100 Subject: [PATCH] fish: add paths for user bins... Previously, Hyprland has been started from tty, and the environment has already been set up by bash. When starting a terminal from Hyprland which has been launched by greetd, these paths are missing. --- dot-config/fish/config.fish | 4 ++++ dot-config/fish/fish_variables | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dot-config/fish/config.fish b/dot-config/fish/config.fish index db31391d..908eedd9 100644 --- a/dot-config/fish/config.fish +++ b/dot-config/fish/config.fish @@ -29,4 +29,8 @@ function foot_cmd_end --on-event fish_postexec echo -en "\e]133;D\e\\" end +fish_add_path /home/andy/.local/bin +fish_add_path /home/andy/.cargo/bin +fish_add_path /home/andy/go/bin +fish_add_path /home/andy/Applications/ fish_add_path /home/andy/.spicetify diff --git a/dot-config/fish/fish_variables b/dot-config/fish/fish_variables index 6b8913c8..2d928989 100644 --- a/dot-config/fish/fish_variables +++ b/dot-config/fish/fish_variables @@ -29,4 +29,4 @@ SETUVAR fish_pager_color_description:yellow\x1e\x2di SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan SETUVAR fish_pager_color_selected_background:\x2dr -SETUVAR fish_user_paths:/home/andy/\x2espicetify +SETUVAR fish_user_paths:/home/andy/Applications\x1e/home/andy/go/bin\x1e/home/andy/\x2ecargo/bin\x1e/home/andy/\x2elocal/bin\x1e/home/andy/\x2espicetify -- 2.51.2