14 lines
350 B
Fish
14 lines
350 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
|