refactor: Remove legacy backwards compat code
Remove the configure shell code blocks
This commit is contained in:
@@ -58,11 +58,6 @@ install_nvm() {
|
||||
}
|
||||
|
||||
configure_shell() {
|
||||
# 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" "nvm setup"
|
||||
done
|
||||
|
||||
local content
|
||||
content=$(cat << 'EOF'
|
||||
|
||||
Reference in New Issue
Block a user