dotfiles/fish/.config/fish/config.fish
2025-04-30 15:24:05 +02:00

19 lines
485 B
Fish

# __ _ _
# / _(_) | |
# | |_ _ ___| |__
# | _| / __| '_ \
# | | | \__ \ | | |
# |_| |_|___/_| |_|
# -----------------------------------------------------------------------------
# :: Fish Configuration
# :: https://fishshell.com
# :: Marvin Elsen <contact@marvinelsen.com>
# -----------------------------------------------------------------------------
brew shellenv | source
if status is-interactive
fzf --fish | source
starship init fish | source
end