Win10配置Powershell Alias

转投win10, 挺好的.

powershell真鸡儿难用...

添加alias

建立 C:UsersichneDocumentsWindowsPowerShellMicrosoft.PowerShell_profile.ps1

每次ps运行会先执行这个脚本.

里面写

new-alias python C:Usersichneanaconda3python.exe

类似物

然后管理员执行

 Set-ExecutionPolicy -ExecutionPolicy RemoteSigned

原文地址:https://www.cnblogs.com/ichn/p/7910786.html