]> Freerunner's - dotfiles.git/commitdiff
fish: add paths for user bins...
authorAndre Ramnitz <tux.rising@gmail.com>
Fri, 1 Nov 2024 23:00:48 +0000 (00:00 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Fri, 1 Nov 2024 23:00:48 +0000 (00:00 +0100)
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
dot-config/fish/fish_variables

index db31391d0bb916be5d6bb37d69593bf2996ff3ca..908eedd9bb272136efb55ce584c3e1ea4517a4aa 100644 (file)
@@ -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
index 6b8913c8c370b85124440e7ce65bdfefe170f654..2d928989a1a85ca2cb60099cc8af2c191563e710 100644 (file)
@@ -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