I have added certain aliases in .bashrc file, that point to the windows location of the start-server bat files of kafka and zookeeper. However when I run those in the gitbash its saying Command not found error
Example if I have below alias in .bashrc file and I run the command zoo in gitbash it gives above error
alias zoo="D:/Tools/kafka_2.13-2.8.0/bin/windows/kafka-server-start.bat"