mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-08-10 08:09:35 +00:00
12 lines
318 B
Fish
12 lines
318 B
Fish
ssh_agent_startup
|
|
|
|
test -e /opt/homebrew/bin/brew
|
|
and /opt/homebrew/bin/brew shellenv | source -
|
|
|
|
if status is-interactive
|
|
command -q zoxide; and zoxide init fish | source
|
|
command -q fzf; and fzf --fish | source
|
|
end
|
|
|
|
command -q pyenv; and pyenv init - | source
|
|
command -q mise; and mise activate fish | source
|