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 [web] 웹서비스 취약점 자료.. (논문첨부) file hooni 2003.04.23 18060
45 System/OS [windows] 종료, 재시작, 로그아웃 아이콘 만들기 hooni 2013.04.23 18197
44 System/OS [bios] 시스템 부팅 도중 발생하는 비프음 hooni 2003.04.23 18247
43 System/OS [windows] 인터넷 익스플로러(IE) 도구모음 표시줄에 아이콘 추가 file hooni 2013.04.23 18287
42 System/OS NAT와 DHCP에 대한 간단한 설명 hooni 2013.04.23 18398
41 System/OS 해커스랩 깨기.. 후후.. ㅋㅋ file hooni 2013.04.23 18523
40 System/OS [linux] CentOS 터미널 언어 설정(한글/영어) hooni 2013.12.22 18626
39 System/OS [linux] 패킷의 소스 주소 바꾸기 hooni 2003.04.23 18860
38 System/OS [mac] 컨텍스트(Context) 메뉴 "다음으로 열기" 내용 정리 hooni 2013.07.10 18895
37 System/OS [linux] APM(apache, php, mysql) + gd 설치순서.. hooni 2003.04.23 18937
36 System/OS 나중에 해봐야지.. libconv 설치.. ㅡ,.ㅡ; hooni 2013.04.23 19336
35 System/OS [mysql] MySQL server has gone away 에러 대응 hooni 2013.05.29 19379
Board Pagination Prev 1 ... 8 9 10 11 12 13 14 15 16 17 Next
/ 17