dotfiles/.config/fish/config.fish

14 lines
348 B
Fish

if status is-interactive
# source ~/.config/fish/custom_cd.fish
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
set -gx TERM xterm-256color
end
end