Contents

System/OS
2015.01.16 03:41

개인적으로 쓰고 있는 bash_profile

Views 998 Comment 0
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
개인적으로 쓰고 있는 bashrc


#!/bin/sh
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
		. ~/.bashrc
fi

# User specific environment and startup programs

export M3_HOME=$HOME/Data/Developer/maven/apache-maven-3.2.5
export M3=$M3_HOME/bin
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home

PATH=$PATH:$HOME/bin:$M3
export PATH

SVN_EDITOR=/usr/bin/vim
export SVN_EDITOR

alias ll='ls -alp'






?

List of Articles
No. Category Subject Author Date Views
202 System/OS [linux] 콘솔/Xwindow 에서 PC스피커 소리 없애기 hooni 2003.04.23 16425
201 System/OS [linux] 쉘 환경변수 PS1(프롬프트) hooni 2003.04.23 13563
200 System/OS [linux] APM(apache, php, mysql) + gd 설치순서.. hooni 2003.04.23 18946
199 System/OS [linux] 메일서버 세팅정보(sendmail) hooni 2003.04.23 17484
198 System/OS [linux] 웹로그분석기(webalizer) 설치 & 팁 hooni 2003.04.23 14948
197 System/OS [linux] 데스크탑환경(GNOME/KDE) 바꾸기.. hooni 2003.04.23 12214
196 System/OS [linux] 센드메일 동적릴레이 설치 hooni 2003.04.23 15302
195 System/OS HTTP 프로토콜 (브라우저와 웹서버 간의 통신) hooni 2003.04.23 48358
194 System/OS [windows] 패스워드를 잊어먹었을때.. hooni 2003.04.23 17364
193 System/OS [bios] 시스템 부팅 도중 발생하는 비프음 hooni 2003.04.23 18253
192 System/OS [unix] SUN Solaris 싱글모드.. ㅡ,.ㅡ; hooni 2003.04.23 12056
191 System/OS [linux] ProFTPD 타임아웃 설정 hooni 2003.04.23 12911
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 17 Next
/ 17