From b49f8fcf9b20482f6779ff6f1620c5a7fb94dec2 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 14 Sep 2025 19:13:45 +0900 Subject: modified plugins/ai.lua, modified plugins/lualine.lua, modified plugins/mini.lua, modified shell/profile --- mac/.config/shell/profile | 1 + 1 file changed, 1 insertion(+) (limited to 'mac/.config/shell') diff --git a/mac/.config/shell/profile b/mac/.config/shell/profile index 0d2aa81..ab98ea8 100644 --- a/mac/.config/shell/profile +++ b/mac/.config/shell/profile @@ -12,6 +12,7 @@ export PATH="$PATH:$(find -L /opt/homebrew/Caskroom \( -name bin -o -name MacOS export PATH="$PATH:$(find -L /opt/homebrew/Cellar -name bin -type d -print 2>/dev/null | sort -u | paste -s -d ':' -)" export PATH="$PATH:$(find -L /opt/homebrew/opt -name bin -type d -print 2>/dev/null | sort -u | paste -s -d ':' -)" command -v asdf >/dev/null 2>&1 && export PATH="$PATH:$(find -L ~/.local/share/asdf/installs -name bin -type d -print 2>/dev/null | sort -u | paste -s -d ':' -)" +command -v npm >/dev/null 2>&1 && export PATH="$PATH:$(find -L ~/.local/share/npm -name bin -type d -print 2>/dev/null | sort -u | paste -s -d ':' -)" unsetopt PROMPT_SP 2>/dev/null -- cgit v1.2.3