19 lines
485 B
Fish
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
|