Contents

System/OS
2015.01.16 03:41

개인적으로 쓰고 있는 bash_profile

Views 976 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
190 System/OS [unix] 유닉스 csh에서 환경변수 등록 hooni 2003.04.23 11752
189 System/OS [linux] 쉘 스크립트 (Shell Script) hooni 2003.04.23 12112
188 System/OS [linux] 쉘 스크립트에 대한 설명과 예제.. hooni 2003.04.23 13461
187 System/OS asx미디어 정보 기록.. hooni 2003.04.23 20599
186 System/OS 컴파일러 수업 자료(교재 : 컴파일러 입문) file hooni 2003.04.23 22067
185 System/OS [perl] 펄 환경 설정해야 할거 ㅋㅋ hooni 2003.04.23 15051
184 System/OS [linux] vi 편집기 간단한 명령과 환경설정 hooni 2003.04.23 11406
183 System/OS [linux] 리눅스 활용 팁^^ hooni 2003.04.23 14689
182 System/OS [linux] 기본 명령어 (내공쌓기) hooni 2003.04.23 14379
181 System/OS [linux] 간단한 vi편집기 사용 명령 hooni 2003.04.23 13528
180 System/OS [linux] 프로그램 설치방법 (내공쌓기) hooni 2003.04.23 13485
179 System/OS [linux] 계정관리하기(내공쌓기) hooni 2003.04.23 13309
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 17 Next
/ 17