12 lines
250 B
Fish
12 lines
250 B
Fish
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
|