I'm trying to create an alias that will create a file and open it in VS Code.
Create an alias called create <filename> that will execute touch <filename> && code <filename>.
For example create app.js should execute touch app.js && code app.js.
 
    