Open files in Notepad++ from Git Bash, handling both Unix and Windows paths.
npp # Launch Notepad++
npp /e/path/to/file.php # Open file (Unix path)
npp anything\weird # Suspicious path → reads clipboard instead- Save the script as
~/npp chmod +x ~/npp- Add to
~/.bashrc:alias npp='~/npp'