dotfiles/.config/fish/config.fish

8 lines
252 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
fzf --fish | FZF_CTRL_R_COMMAND= source
end