From 9ec4127b6f28a9ef3814e9051f2e60fc7a4fbf74 Mon Sep 17 00:00:00 2001 From: Marc Pervaz Boocha Date: Sat, 23 Nov 2024 17:22:31 +0530 Subject: Fixed bugs --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index a6f8c66..193625a 100644 --- a/.profile +++ b/.profile @@ -11,7 +11,7 @@ append_path () { for i in "$HOME"/.local/bin "$HOME"/.local/opt/*/bin "$HOME/go/bin" do - if test -d "$HOME/.local/opt/go/bin" + if test -d "$i" then append_path "$i" fi -- cgit v1.2.3-70-g09d2