dotfiles/dot_config/fish/config.fish
2025-01-31 16:22:14 -06:00

14 lines
241 B
Fish

if status is-interactive
# Commands to run in interactive sessions can go here
end
export EDITOR=nvim
/opt/homebrew/bin/brew shellenv | source
source ~/.config/fish/aliases.fish
zoxide init fish | source
starship init fish | source