dotfiles/.config/fish/config.fish

7 lines
208 B
Fish

if status is-interactive
# Commands to run in interactive sessions can go here
starship init fish | source
direnv hook fish | source
zoxide init fish | source
thefuck --alias | source
end