mirror of
https://github.com/ryanccn/flake.git
synced 2026-01-26 19:56:29 +01:00
fix: add homebrew shellenv
This commit is contained in:
parent
426718a435
commit
244e1bd427
2 changed files with 6 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ set -x LS_COLORS (vivid generate catppuccin-frappe)
|
||||||
# 1Password SSH
|
# 1Password SSH
|
||||||
set -x SSH_AUTH_SOCK "$HOME/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
set -x SSH_AUTH_SOCK "$HOME/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
||||||
|
|
||||||
|
# Homebrew
|
||||||
|
/opt/homebrew/bin/brew shellenv | source
|
||||||
|
|
||||||
# Nix
|
# Nix
|
||||||
fish_add_path -Pm /etc/profiles/per-user/$USER/bin /run/current-system/sw/bin
|
fish_add_path -Pm /etc/profiles/per-user/$USER/bin /run/current-system/sw/bin
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
# 1Password SSH
|
# 1Password SSH
|
||||||
export SSH_AUTH_SOCK="$HOME/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
export SSH_AUTH_SOCK="$HOME/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
||||||
|
|
||||||
|
# Homebrew
|
||||||
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||||
|
|
||||||
# fnm shell env
|
# fnm shell env
|
||||||
eval "$(fnm env --use-on-cd)"
|
eval "$(fnm env --use-on-cd)"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue