Contents

System/OS
2015.01.16 03:41

개인적으로 쓰고 있는 bash_profile

조회 수 991 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
#!/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
번호 분류 제목 글쓴이 날짜 조회 수
82 System/OS [linux] X환경 GNOME에서 KDE로 바꾸는 법.. hooni 2013.04.23 12416
81 System/OS [linux] iconv를 이용하여 euc-kr 문서를 utf-8로 대량으로 변환하기 file hooni 2014.01.09 12293
80 System/OS [linux] 파일내 문자열 찾아 바꾸기 hooni 2013.04.23 12274
79 System/OS [linux] 데스크탑환경(GNOME/KDE) 바꾸기.. hooni 2003.04.23 12209
78 System/OS [linux] /etc/fstab 설정 방법.. ㅋㅋ hooni 2013.04.23 12160
77 System/OS [linux] 쉘 스크립트 (Shell Script) hooni 2003.04.23 12116
76 System/OS [unix] SUN Solaris 싱글모드.. ㅡ,.ㅡ; hooni 2003.04.23 12055
75 System/OS [linux] 텔넷, FTP 텍스트 모드에서 사용 hooni 2003.04.23 12005
74 System/OS [unix] 유닉스 csh에서 환경변수 등록 hooni 2003.04.23 11756
73 System/OS php.ini 설정 안됐을때.. ㅋㅋ hooni 2013.04.23 11703
72 System/OS [linux] GD 라이브러리 설치 방법.. file hooni 2013.04.23 11474
71 System/OS [linux] iptables 명령어 매뉴얼(options) hooni 2003.04.23 11410
Board Pagination Prev 1 ... 6 7 8 9 10 11 12 13 14 15 ... 17 Next
/ 17