dotfiles/fish/.config/fish/conf.d/import_sources.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