Trying to run Notepad ++ from Git Bash, so I did
git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"
then
> echo 'alias notepad++="C:/Program Files
> (x86)/Notepad++/notepad++.exe"' >> ~/.bashrc
after that I restarted GitBash and tried to run notepad ++, but I get an error and error message.
WARNING: found ~ / .bashrc but no ~ / .bash_profile, ~ / .bash_login or ~ / .profile.
This seems like a misconfiguration. A ~ / .bash_profile that loads ~ / .bashrc will be created for you.
if I ran notepad ++, getting it
bash: syntax error near unexpected token `('
source
share