Shell
Quick Tip: Speed Up Workflow with Command Line Aliases
Do you type common commands directly into the command line, or endlessly scroll up with the arrow keys? Wouldn't it be better if you could shorten this down into one word or letter? You can! Take this, for example: $ flutter pub build_runner build --delete-conflicting-outputsIn a Dart environment this starts