Contents

System/OS
2015.01.16 03:41

개인적으로 쓰고 있는 bash_profile

Views 981 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 [router] 시스코 라우터 명령어 모드.. hooni 2013.04.23 13001
45 System/OS [sql] alter table 쿼리 예제 hooni 2003.04.23 12520
44 System/OS [sql] insert into select 사용하기 hooni 2013.04.23 27634
43 System/OS [sql] 내 방명록 답글 찾는 쿼리문.. (JOIN 구문) hooni 2003.04.23 12925
42 System/OS [sql] 조회구문(select)에서 중복 데이터를 한 번만 출력 (distinct) 1 hooni 2013.04.23 34046
41 System/OS [sql] 중복데이터 삭제 쿼리 hooni 2013.04.23 14807
40 System/OS [svn] Can't convert string from native encoding to 'UTF-8' 메시지가 나오는 경우 hooni 2014.12.18 1152
39 System/OS [svn] SVN trunk 변경사항 되돌리기 (SVN Rollback) hooni 2014.11.27 1706
38 System/OS [svn] 하나의 SVN에서 멀티 저장소 (One svnserve, multiple repositories) hooni 2015.01.02 1790
37 System/OS [switch] 시스코 스위치 관리자 암호 초기화 방법 hooni 2013.04.23 17284
36 System/OS [switch] 시스코 카탈리스트(Cisco Catalyst) 기본 설정 hooni 2013.04.23 17568
35 System/OS [unix] AIX쉘 초기 파일 (.cshrc) hooni 2013.04.23 10351
Board Pagination Prev 1 ... 8 9 10 11 12 13 14 15 16 17 Next
/ 17