dotfiles/.config/fish/config.fish

9 lines
203 B
Fish
Raw Permalink Normal View History

2024-07-13 23:12:03 +05:30
if status is-interactive
# Commands to run in interactive sessions can go here
zoxide init fish | source
end
2024-08-15 14:26:29 +05:30
# bun
set --export BUN_INSTALL "$HOME/.bun"
set --export PATH $BUN_INSTALL/bin $PATH