Fish Shell

Shell configuration and handy functions.

fish
if status is-interactive
    # Commands to run in interactive sessions can go here
end

# nvm use latest >/dev/null
set -g fish_greeting

# bun
# set --export BUN_INSTALL "$HOME/.bun"
# set --export PATH $BUN_INSTALL/bin $PATH