diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-23 08:58:54 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-09-23 08:58:54 +0900 |
| commit | 2a80dcd9195d529f5ea7f1daf72811314749f19f (patch) | |
| tree | 42aa3f7c0b058b7a3f409135336aa280c4915500 | |
| parent | a73ce7a11de0fc5a6dec4bddc25a62415e7d346e (diff) | |
modified shell/profile
| -rw-r--r-- | mac/.config/shell/profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/.config/shell/profile b/mac/.config/shell/profile index ab98ea8..e340f81 100644 --- a/mac/.config/shell/profile +++ b/mac/.config/shell/profile @@ -11,8 +11,8 @@ export PATH="$PATH:/opt/homebrew/bin" export PATH="$PATH:$(find -L /opt/homebrew/Caskroom \( -name bin -o -name MacOS \) -type d -print 2>/dev/null | sort -u | paste -s -d ':' -)" 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 ':' -)" +command -v asdf >/dev/null 2>&1 && export PATH="$(find -L ~/.local/share/asdf/installs -name bin -type d -print 2>/dev/null | sort -u | paste -s -d ':' -):$PATH" +command -v npm >/dev/null 2>&1 && export PATH="$(find -L ~/.local/share/npm -name bin -type d -print 2>/dev/null | sort -u | paste -s -d ':' -):$PATH" unsetopt PROMPT_SP 2>/dev/null |
