Skip to content

Instantly share code, notes, and snippets.

@dasbairagya
Last active July 24, 2021 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dasbairagya/c9dc7a9d753058f6fab87457dfc9f329 to your computer and use it in GitHub Desktop.
Save dasbairagya/c9dc7a9d753058f6fab87457dfc9f329 to your computer and use it in GitHub Desktop.
Create Alias for Windows Powershell

Create Alias for Windows Powershell

Set-Alias -Name phpunit -Value "./vendor/bin/phpunit"
New-Alias -Name np -Value "C:\Windows\notepad.exe"
@dasbairagya
Copy link
Author

gcm -noun alias
get-alias m*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment