From e065cd3e1e3da646b91266958f7ae0701636d0f6 Mon Sep 17 00:00:00 2001 From: serxoz Date: Thu, 18 May 2023 12:38:40 +0200 Subject: [PATCH] =?UTF-8?q?correcci=C3=B3n=20do=20path=20para=20diferentes?= =?UTF-8?q?=20nomes=20de=20usuario?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fish/conf.d/path.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/conf.d/path.fish b/fish/conf.d/path.fish index 95ba32b..4f855f0 100644 --- a/fish/conf.d/path.fish +++ b/fish/conf.d/path.fish @@ -1,2 +1,2 @@ set PATH $PATH ~/bin/ - set PATH $PATH /home/sergio/.cargo/bin/ + set PATH $PATH /home/$USER/.cargo/bin/