From c5f90efd43d7e7a32b8e6d579753c57bf3100865 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 15 Apr 2025 23:45:06 -0400 Subject: [PATCH] AutoYADM commit: 2025-04-15 23:45:05 --- .config/fish/config.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index fd303765..f9013beb 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -5,4 +5,7 @@ if status is-interactive zoxide init fish | source thefuck --alias | source fzf --fish | source && fzf_configure_bindings + if test "$SSH_TTY" + set -gx COLORTERM truecolor + end end