mirror of
https://git.sr.ht/~danbarber/dotfiles
synced 2025-03-04 08:59:18 +00:00
14 lines
241 B
Fish
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
|