From a1cd2ed2d7628ff8c830bd5768027549a375d636 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 22 Sep 2023 13:34:22 -0500 Subject: [PATCH] Paths --- fish/shellInit.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/shellInit.fish b/fish/shellInit.fish index 4951264..f36d00c 100644 --- a/fish/shellInit.fish +++ b/fish/shellInit.fish @@ -72,6 +72,6 @@ if has_command rtx rtx activate fish | source end -for dir in ~/.cargo/bin ~/.nimble/bin +for dir in ~/.cargo/bin ~/.nimble/bin ~/.local/bin fish_add_path $dir end