From 10d636fd7d37b8ab5144fcf31069d3b0ad8b2aae Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 4 Jun 2025 19:07:31 -0400 Subject: [PATCH] AutoYADM commit: 2025-06-04 19:07:31 --- .config/fish/config.fish | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index c09fcb70..4527086a 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,14 +1,14 @@ -if status is-login - if not set -q __sourced_profile - set -x __sourced_profile 1 - exec bash -c "\ - test -e /etc/profile && source /etc/profile - test -e $HOME/.bash_profile && source $HOME/.bash_profile - exec fish --login - " - end +# if status is-login +# if not set -q __sourced_profile +# set -x __sourced_profile 1 +# exec bash -c "\ +# test -e /etc/profile && source /etc/profile +# test -e $HOME/.bash_profile && source $HOME/.bash_profile +# exec fish --login +# " +# end -end +# end if status is-interactive # source ~/.config/fish/custom_cd.fish @@ -25,4 +25,4 @@ if status is-interactive end set -gx EDITOR kak -set -e __sourced_profile +# set -e __sourced_profile