Skip to content

Instantly share code, notes, and snippets.

@frikishaan
Created September 13, 2020 07:51
Show Gist options
  • Save frikishaan/bf3417941e348e2ec7ad951efafbfa4c to your computer and use it in GitHub Desktop.
Save frikishaan/bf3417941e348e2ec7ad951efafbfa4c to your computer and use it in GitHub Desktop.
Creating Aliases in Windows
# Create a .bashrc file in the directory "C:\Users\<User>
alias pa='php artisan'
alias nr='npm run'
alias ga='git add .'
alias p='python'
alias dn='dotnet'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment