1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 16:10:45 +01:00

remove brew ccache libexec

This commit is contained in:
Ryan Cao 2023-07-20 09:00:02 +08:00
parent dd089fe75c
commit e9cd726a29
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
2 changed files with 0 additions and 6 deletions

View file

@ -8,9 +8,6 @@ export HOMEBREW_NO_INSECURE_REDIRECT=1
export HOMEBREW_NO_EMOJI=1
eval "$(/opt/homebrew/bin/brew shellenv)"
# ccache
export PATH="$(brew --prefix ccache)/libexec:$PATH"
# fnm shell env
eval "$(fnm env --use-on-cd)"