Featured image of post powershell 设置别名 alias

powershell 设置别名 alias

powershell 也有类似 .bashrc 的 $profile 文件

使用 zsh 之后,回到windows,我很怀念alias功能。 以及 zshrc 配置文件。

但是 powershell 可以实现类似的功能:参考


  1. 打开管理员 powershell , 执行允许ps1脚本的命令:
Set-ExecutionPolicy RemoteSigned
  1. 编辑配置文件(可以用任何自己喜欢的编辑器)
code $PROFILE
# 例如:
# 快速移动到 hugo 工作目录:

function hg { Set-Location -Path 'C:\Users\kasus\hugo-win' }

# 执行多行命令

function xxx { Set-Location -Path 'C:\github\xxx' ; git pull }
Licensed under CC BY-NC-SA 4.0
comments powered by Disqus
吸引力法则,大圣灵、外星人和心灵能量
使用 Hugo 构建
主题 StackJimmy 设计