"WSL 나만의 설정"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
2번째 줄: 2번째 줄:
;WSL 나만의 설정
;WSL 나만의 설정
* [[WSL root로 시작하기]]
* [[WSL root로 시작하기]]
<source lang='powershell'>
<syntaxhighlight lang='powershell'>
{배포이름} config --default-user root
{배포이름} config --default-user root
</source>
</syntaxhighlight>


<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>

2021년 7월 6일 (화) 15:00 판

1 개요

WSL 나만의 설정
{배포이름} config --default-user root
cat <<EOF >> .bashrc
PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h\[\033[m\]:\[\033[33;1m\]\w\[\033[m\]\\$ "
EOF
apt update
apt install -y vim

2 같이 보기

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