Contents

System/OS
2015.01.16 03:41

개인적으로 쓰고 있는 bash_profile

Views 984 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
46 System/OS [linux] ipchains 옵션 hooni 2003.04.23 13696
45 System/OS [linux] Xwindow/Xmanager 사용 hooni 2003.04.23 13396
44 System/OS [linux] 최소한의 커널 설정(커널설치 전체과정) hooni 2003.04.23 17481
43 System/OS [linux] 네트워크 커널 설정.. hooni 2003.04.23 16548
42 System/OS [linux] 커널 컴파일, 설정 hooni 2003.04.23 17913
41 System/OS [linux] 네트웍 트래픽 모니터링(MRTG) hooni 2003.04.23 42357
40 System/OS [linux] DHCP(Dynamic Host Configuration Protocol) 서버 hooni 2003.04.23 13095
39 System/OS [linux] Masquerade 가상 ip분할기법 hooni 2003.04.23 48016
38 System/OS [linux] DNS(Domain Name System) 설치, 설정 hooni 2003.04.23 12515
37 System/OS [linux] sendmail 설정/사용 hooni 2003.04.23 14637
36 System/OS [linux] 이기종간의 파일 공유(Samba) hooni 2003.04.23 14952
35 System/OS [linux] 텔넷, FTP 텍스트 모드에서 사용 hooni 2003.04.23 12000
Board Pagination Prev 1 ... 8 9 10 11 12 13 14 15 16 17 Next
/ 17