AutoYADM commit: 2025-04-15 23:45:05

This commit is contained in:
Daniel Fichtinger 2025-04-15 23:45:06 -04:00
parent 88aec234c8
commit c5f90efd43

View file

@ -5,4 +5,7 @@ if status is-interactive
zoxide init fish | source zoxide init fish | source
thefuck --alias | source thefuck --alias | source
fzf --fish | source && fzf_configure_bindings fzf --fish | source && fzf_configure_bindings
if test "$SSH_TTY"
set -gx COLORTERM truecolor
end
end end