Stop Using ‘rm -i’ — You’re Making Yourself a Worse Developer
Stop aliasing ‘rm’ to ‘rm -i’. It creates a false sense of security that breaks scripts and destroys your command-line instincts. Use explicit aliases like ‘rmi’ instead. Your muscle memory is lying to you — here’s how to fix it.