From ffe3170c4b93cdd4b823616b02c2658e0ab7a211 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 4 Jun 2025 19:05:22 -0400 Subject: [PATCH] AutoYADM commit: 2025-06-04 19:05:22 --- .config/fish/config.fish | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 458feeae..6e12a307 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -8,21 +8,20 @@ if status is-login " end - 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 - set -gx EDITOR kak - set -e __sourced_profile end +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 +set -gx EDITOR kak