"Alias pn"의 두 판 사이의 차이

잔글 (Jmnote님이 Pn 문서를 Alias pn 문서로 이동했습니다)
5번째 줄: 5번째 줄:
<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>
alias pn=pnpm
alias pn=pnpm
</syntaxhighlight>
==bash==
<syntaxhighlight lang='bash'>
grep -qxF 'alias pn=pnpm' ~/.bashrc || echo 'alias pn=pnpm' >> ~/.bashrc
source ~/.bashrc
</syntaxhighlight>
</syntaxhighlight>



2025년 8월 24일 (일) 14:59 판

1 개요

pn
alias pn=pnpm

2 bash

grep -qxF 'alias pn=pnpm' ~/.bashrc || echo 'alias pn=pnpm' >> ~/.bashrc
source ~/.bashrc

3 같이 보기

4 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}