The current startup location for my terminal is:
C:\Users\[name]\Code\[app-dir]\[app-ext]>
I want to change it to:
C:\Users\[user]\AppData\Local\Android\sdk\platform-tools
Because now i have to manually type in:
cd C:\Users\[user]\AppData\Local\Android\sdk\platform-tools
To get to the directory of adb.exe
I could not find the answer to this question on this forum, neither on google. I found this answer: https://stackoverflow.com/a/41014583/7654070 This got me a broken terminal. It didnt want to open anymore, so i changed it back to:
cmd.exe
Any of you know how to do this?