diff --git a/.config/fish/config.fish b/.config/fish/config.fish new file mode 100644 index 0000000..0766155 --- /dev/null +++ b/.config/fish/config.fish @@ -0,0 +1,5 @@ +if status is-interactive + # Commands to run in interactive sessions can go here +end + +fish_add_path ~/.cargo/bin/ diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 5902e2d..0e85ad1 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -31,4 +31,4 @@ SETUVAR fish_pager_color_description:B3A06D\x1eyellow SETUVAR fish_pager_color_prefix:white\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/louis/\x2elocal/bin +SETUVAR fish_user_paths:/home/louis/\x2ecargo/bin\x1e/home/louis/\x2elocal/bin