dotfiles/.config/fish/config.fish

11 lines
325 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 | source && fzf_configure_bindings
if test "$SSH_TTY"
set -gx COLORTERM truecolor
end
end