From a57baec7f83ac60ea34bbd4b2df8937b068f631a Mon Sep 17 00:00:00 2001 From: serxoz Date: Mon, 19 Sep 2022 09:06:56 +0200 Subject: [PATCH] agregado path a fish para os executables de cargo, en este caso foi para o diesel-cli --- fish/conf.d/path.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/fish/conf.d/path.fish b/fish/conf.d/path.fish index 11a9d13..95ba32b 100644 --- a/fish/conf.d/path.fish +++ b/fish/conf.d/path.fish @@ -1 +1,2 @@ set PATH $PATH ~/bin/ + set PATH $PATH /home/sergio/.cargo/bin/