Contents

System/OS
2015.01.16 03:41

개인적으로 쓰고 있는 bash_profile

Views 994 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
93 System/OS [linux] 네트워크 커널 설정.. hooni 2003.04.23 16555
92 System/OS [linux] 커널 컴파일, 설정 hooni 2003.04.23 17918
91 System/OS [linux] 네트웍 트래픽 모니터링(MRTG) hooni 2003.04.23 42445
90 System/OS [linux] DHCP(Dynamic Host Configuration Protocol) 서버 hooni 2003.04.23 13096
89 System/OS [linux] Masquerade 가상 ip분할기법 hooni 2003.04.23 48022
88 System/OS [linux] DNS(Domain Name System) 설치, 설정 hooni 2003.04.23 12522
87 System/OS [linux] sendmail 설정/사용 hooni 2003.04.23 14640
86 System/OS [linux] 이기종간의 파일 공유(Samba) hooni 2003.04.23 14955
85 System/OS [linux] 텔넷, FTP 텍스트 모드에서 사용 hooni 2003.04.23 12006
84 System/OS [linux] 랜카드가 2개 일 때 네트워크 설정 hooni 2003.04.23 30136
83 System/OS [linux] 아파치설치/설정 - 알리어싱(aliasing) hooni 2003.04.23 51456
82 System/OS [linux] 아파치설치/설정 - 사용인증 hooni 2003.04.23 15150
Board Pagination Prev 1 ... 86 87 88 89 90 91 92 93 94 95 ... 98 Next
/ 98