summaryrefslogtreecommitdiff
path: root/mac/.config/shell
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-09-14 19:13:45 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-09-14 19:13:45 +0900
commitb49f8fcf9b20482f6779ff6f1620c5a7fb94dec2 (patch)
tree5f559e12a0c41991d2cf9632d293a4957d06bedf /mac/.config/shell
parent2d95b284274ec45e3e32ae81a3af86c264f33ed6 (diff)
modified plugins/ai.lua, modified plugins/lualine.lua, modified plugins/mini.lua, modified shell/profile
Diffstat (limited to 'mac/.config/shell')
-rw-r--r--mac/.config/shell/profile1
1 files changed, 1 insertions, 0 deletions
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