dotfiles/.config/fish/config.fish

9 lines
203 B
Fish

if status is-interactive
# Commands to run in interactive sessions can go here
zoxide init fish | source
end
# bun
set --export BUN_INSTALL "$HOME/.bun"
set --export PATH $BUN_INSTALL/bin $PATH