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 | 31 |
Tags
- IDE
- yum
- OS X
- mac
- linux
- php
- 식별자
- Eclipse
- 기도문 (prayers)
- CentOS4
- MySQL Query
- RPM
- server & linux
- 맥
- aptana studio
- 컴퓨터내 파일 검색
- eclipse plugin
- CentOS5
- Windows XP
- java
- apache
- iPhone
- Parallels
- .bash_profile
- Remote Desktop
- Virtuozzo
- Plesk
- VPS
- eclipse ide
- お名前.com
Archives
- Today
- Total
목록MAC (2)
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