From b91082c998eb62d71c880bc4b42f7617c5e7db56 Mon Sep 17 00:00:00 2001 From: "Lockszmith (@kateryna)" Date: Thu, 3 Apr 2025 21:15:16 -0400 Subject: [PATCH] rename initialization to allow debugging --- ...ssions.env => 099_stop_on_non_interactive_sessions.env} | 2 +- .../sz.env/remove_000_stop_on_non_interactive_sessions.env | 0 _src.posix/private_dot_local/bin/executable_load-zellij | 7 ++++--- 3 files changed, 5 insertions(+), 4 deletions(-) rename _src.posix/private_dot_config/sz.env/{000_stop_on_non_interactive_sessions.env => 099_stop_on_non_interactive_sessions.env} (89%) create mode 100644 _src.posix/private_dot_config/sz.env/remove_000_stop_on_non_interactive_sessions.env diff --git a/_src.posix/private_dot_config/sz.env/000_stop_on_non_interactive_sessions.env b/_src.posix/private_dot_config/sz.env/099_stop_on_non_interactive_sessions.env similarity index 89% rename from _src.posix/private_dot_config/sz.env/000_stop_on_non_interactive_sessions.env rename to _src.posix/private_dot_config/sz.env/099_stop_on_non_interactive_sessions.env index 6e83c75..ac96f12 100644 --- a/_src.posix/private_dot_config/sz.env/000_stop_on_non_interactive_sessions.env +++ b/_src.posix/private_dot_config/sz.env/099_stop_on_non_interactive_sessions.env @@ -4,5 +4,5 @@ if [[ ! "$-" =~ i ]]; then LOAD_EXIT=1 echo "Non interactive session ($-) , stopping load of shell environment" 1>&2 else - reset + ${NO_RESET:+:} reset fi diff --git a/_src.posix/private_dot_config/sz.env/remove_000_stop_on_non_interactive_sessions.env b/_src.posix/private_dot_config/sz.env/remove_000_stop_on_non_interactive_sessions.env new file mode 100644 index 0000000..e69de29 diff --git a/_src.posix/private_dot_local/bin/executable_load-zellij b/_src.posix/private_dot_local/bin/executable_load-zellij index 6b2428b..175cb26 100644 --- a/_src.posix/private_dot_local/bin/executable_load-zellij +++ b/_src.posix/private_dot_local/bin/executable_load-zellij @@ -11,7 +11,7 @@ is_sourced() { } BASE_0=${BASE_0:-$0} -BASE_SHELL=$(basename "$SHELL") +BASE_SHELL="${BASE_SHELL:-$(basename "$SHELL")}" if is_sourced; then zellij-cleanup() { @@ -47,7 +47,8 @@ ${SET:-:} -x env zellij "${@}" fi } - zellij-completion() { + + zellij-load-completion() { if [[ "${BASE_SHELL}" == "zsh" ]]; then type _zellij > /dev/null \ || . <( env zellij setup --generate-completion zsh | sed -Ee 's/^(_(zellij) ).*/compdef \1\2/' ) @@ -57,7 +58,7 @@ ${SET:-:} -x } ${SET:-:} -x if [[ -n "$(env which zellij)" ]]; then - zellij-completion + zellij-load-completion fi ${SET:-:} -x # Was needed when zsh would load