Home Powershell alias 영구 등록
Post
Cancel

Powershell › Powershell alias 영구 등록

Powershell alias 영구 등록

  • 메모장으로 $PROFILE을 연다.
1
$ notepad $PROFILE
  • new-alias를 설정해준다. (alias는 호출 개념이기 때문에 명령줄을 function으로 만들어주어야 한다.)
1
2
function gotoblog { set-location "D:/sookyeongyeom.github.io" }
new-alias blog gotoblog

image


결과

image

❤ Recent Post
❤ How About This
❤ Visitor Counter