From: Andre Ramnitz Date: Fri, 1 Nov 2024 23:00:48 +0000 (+0100) Subject: fish: add paths for user bins... X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=0e1f920893de6523122471dc344d0765d81a1464;p=dotfiles.git 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. --- 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