I'm getting the follow error: bash: syntax error near unexpected token `('
Follow my .bashc:
PYTHONPATH="/cygdrive/c/Python27/"
alias l='ls -al'
alias "c:"='cd /cygdrive/c'
alias "d:"='cd /cygdrive/d'
alias "nano"='/cygdrive/c/Program Files (x86)/Notepad++/notepad++.exe'
alias "ota"='/cygdrive/d/Program Files (x86)/Arduino/hardware/esp8266com/esp8266/tools/espota.py'
alias build='cd $USERPROFILE/AppData/Local/Temp; cd $(ls -td -- ./build*/ | head -n1 | cut -d"/" -f2)'
Do you have any idea what is that? Thanks.