From 2d4d4847263cb4dc297d93a391a4451484852dc6 Mon Sep 17 00:00:00 2001 From: Arthur Date: Mon, 9 Oct 2023 01:33:25 +0300 Subject: [PATCH] update $PATH variable --- .zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zprofile b/.zprofile index d055e02..cb1f22f 100644 --- a/.zprofile +++ b/.zprofile @@ -1,4 +1,4 @@ -export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}" +export PATH="${$(find ~/.local/bin -type d -printf %p:)%%:}:$PATH" # default apps export EDITOR="nvim"