Skip to content

Instantly share code, notes, and snippets.

@gringoh
Created March 23, 2016 19:59
Show Gist options
  • Save gringoh/6a723ae30ba47b27c343 to your computer and use it in GitHub Desktop.
Save gringoh/6a723ae30ba47b27c343 to your computer and use it in GitHub Desktop.
crear archivo npp.sh con el siguiente contenido
#!/bin/sh
"c:/Program Files (x86)/Desarrollo/Notepad++/notepad++.exe" -multiInst -notabbar -nosession -noPlugin $*
configurar git para utilizar el archivo recientemente creado
git config --global core.editor C:/java/extras/npp.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment