Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- hardwareacceleration
- Hyperledger
- dataginding
- 안드로이드
- bigquery
- Glide
- Realm
- C
- 스트리밍
- fabic
- error
- kotlin
- coroutines
- log
- porterduff
- Exception
- null safety
- ethereum
- 컴파일
- vuepress
- web3js
- Gradle
- LAYER_TYPE_SOFTWARE
- test
- quick-start
- 다윈
- convert
- Android
- firebase
- fabric-sdk-java
Archives
- Today
- Total
날마다 새롭게 또 날마다 새롭게
터미널 프롬프트 설정 변경하기 본문
.bashrc를 수정하여 프롬프트의 설정을 변경할 수 있음
계정 홈 디렉토리의 .bashrc를 수정함.
.bashrc 에 PS1에 대한 설정을 변경함. 없으면 추가해주면 됨
PS1='\u:\W\$
옵션 : \u : user명 \W : 현재 디렉토리명 \w : 전체 디렉토리명 \h : 호스트명
변경후 적용하기 위해서 다음 명령 입력함.
source .bashrc
Comments