From 893a137db094459646822c6842580193bcb8d640 Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Wed, 20 Nov 2024 10:14:43 +0500 Subject: [PATCH] fish: vars: add ~/.cargo/bin/ to path --- dot-config/fish/fish_variables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot-config/fish/fish_variables b/dot-config/fish/fish_variables index 76692f9..6f45388 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/timoxa0/\x2elocal/bin +SETUVAR fish_user_paths:/home/timoxa0/\x2ecargo/bin\x1e/home/timoxa0/\x2elocal/bin