My command aliases required for a full-stack developer
- Go to the root folder of the
C:\
drive (or whatever your root folder is) then createaliases
folder - Clone this repository to the
aliases
folder (hint: usegit clone https://github.com/relliv/dev-aliases
)
- Press
Win Key + S
and search forEnvironment Variables
- Click
Environment Variables...
button (right bottom) - In
System Variables
section findPath
record and open with double click - Press
New
button and add new record as your aliases folder path - Confirm all screen with
OK
button
- Restart your all CMD and PowerShell instances
- Also when you add new command
alias.bat
you may need to restart your CMD and PowerShell instances
See more info: Source
Long command is php artisan serve
. Short command is pas
. We are calling aliases by file name.
...
Warning
This script created for automatic alias sync to your zsh profile. You need to backup your /Users/{username}/.zshrc
file before run sync script.
Run sync command
sh src/macos/sync.sh