dotfiles/.config/fish/config.fish

12 lines
250 B
Fish
Raw Permalink Normal View History

2024-11-12 16:34:56 +00:00
if status is-interactive
# Commands to run in interactive sessions can go here
end
# bun
set --export BUN_INSTALL "$HOME/.bun"
set --export PATH $BUN_INSTALL/bin $PATH
set --export EDITOR /bin/helix
alias vi helix
alias vim helix
alias hx helix