Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

powershell 设置别名 #59

Open
wzhanjun opened this issue Nov 8, 2022 · 0 comments
Open

powershell 设置别名 #59

wzhanjun opened this issue Nov 8, 2022 · 0 comments

Comments

@wzhanjun
Copy link
Owner

wzhanjun commented Nov 8, 2022

C:\Users\{username}\Documents\WindowsPowerShell

Function GITSTATUS          { git status  }
Set-Alias -Name gs        -Value GITSTATUS 

Function DOCKERCOMPOSE        { docker-compose }
Set-Alias -Name dc        -Value DOCKERCOMPOSE 

https://juejin.cn/post/7111945932786106399

https://blog.csdn.net/u012917013/article/details/123794000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant