Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 컴퓨터내 파일 검색
- CentOS4
- MySQL Query
- linux
- OS X
- VPS
- Remote Desktop
- Plesk
- aptana studio
- yum
- Eclipse
- IDE
- iPhone
- 맥
- 식별자
- 기도문 (prayers)
- Windows XP
- CentOS5
- java
- server & linux
- Virtuozzo
- eclipse plugin
- RPM
- apache
- Parallels
- mac
- お名前.com
- .bash_profile
- php
- eclipse ide
Archives
- Today
- Total
목록프롬프트 (1)
n-n
Mac : 터미널 프롬프트 (terminal prompt) 변경
리눅스의 프롬프트 변경과 거의 동일 기본으로 .bash_profile 파일이 없으므로 /private/etc/bashrc파일을 참고 (보통의 리눅스에서는 /etc/bashrc) My-Mac:~ test$ cd ~ My-Mac:~ test$ vi .bash_profile 나의 예제 # System-wide .bashrc file for interactive bash(1) shells. if [ -z "$PS1" ]; then return fi PS1='My-Mac:\W test\$ ' shopt -s checkwinsize if [ "$TERM_PROGRAM" == "Apple_Terminal" ] && [ -z "$INSIDE_EMACS" ]; then update_terminal_cwd() { loca..
MAC
2014. 3. 2. 12:56