AutoYADM commit: 2025-04-16 00:45:05

This commit is contained in:
Daniel Fichtinger 2025-04-16 00:45:05 -04:00
parent d4093eb1e1
commit f7710b4829
2 changed files with 2 additions and 3 deletions

View file

@ -1,11 +1,11 @@
if status is-interactive
# Commands to run in interactive sessions can go here
# starship init fish | source
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