mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
fix: add homebrew shellenv
This commit is contained in:
parent
426718a435
commit
244e1bd427
2 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
# 1Password SSH
|
||||
export SSH_AUTH_SOCK="$HOME/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
||||
|
||||
# Homebrew
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
|
||||
# fnm shell env
|
||||
eval "$(fnm env --use-on-cd)"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue