refactor: Remove legacy backwards compat code
Some checks failed
Lint / lint (push) Failing after 37s
Lint / lint (pull_request) Failing after 47s

Remove the configure shell code blocks
This commit is contained in:
2026-06-26 21:37:11 +05:30
parent 36c7be07b3
commit a4e5bc1175
10 changed files with 0 additions and 68 deletions

View File

@@ -22,11 +22,6 @@ cleanup() {
trap cleanup EXIT
add_y_wrapper() {
# Clean up legacy in-place configuration blocks
IFS=' ' read -ra target_files <<< "$(get_shell_configs)"
for config_file in "${target_files[@]}"; do
remove_block "$config_file" "yazi wrapper"
done
local wrapper_content
wrapper_content=$(cat << 'EOF'