System/OS
2015.01.16 03:41

개인적으로 쓰고 있는 bash_profile

Views 842 Votes 0 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
186 System/OS 개인적으로 쓰고 있는 zshrc 파일 hooni 2022.02.25 824
» System/OS 개인적으로 쓰고 있는 bash_profile hooni 2015.01.16 842
184 System/OS [펌] 마이크로서비스, 모노리포, SRE, ... 덮어놓고 구글 따라하면 안 되는 기술들 file hooni 2020.10.15 943
183 System/OS [windows] 패스워드를 잊어먹었을때.. hooni 2003.04.23 17294
182 System/OS [windows] 최근 열어본 문서목록 안나오게 하는 방법 hooni 2013.04.23 25477
181 System/OS [windows] 종료, 재시작, 로그아웃 아이콘 만들기 hooni 2013.04.23 18102
180 System/OS [windows] 인터넷 익스플로러(IE) 도구모음 표시줄에 아이콘 추가 file hooni 2013.04.23 18219
179 System/OS [windows] 윈도우즈 콘솔에서 정품인증 하는 방법 hooni 2017.05.24 5304
178 System/OS [windows] 윈도우 사용자 계정 로그인 암호 분실, 암호 변경하는 방법 file hooni 2015.07.09 21356
177 System/OS [windows] 원격 데스크탑(터미널 서비스) 포트 변경 hooni 2013.04.23 16305
176 System/OS [windows] 여러가지 활용 팁 hooni 2003.04.23 19969
175 System/OS [windows] 배치(bat)파일 제작 방법 hooni 2003.04.23 17002
174 System/OS [windows] 도스 사용 팁 hooni 2003.04.23 17806
173 System/OS [windows] 98/ME 속도 빠르게 튜닝(부팅,메모리,레지스터) hooni 2003.04.23 50439
172 System/OS [web] 웹서비스 취약점 자료.. (논문첨부) file hooni 2003.04.23 17940
171 System/OS [virtualbox] VirtualBox에 Ubuntu 설치하기 file hooni 2019.11.22 906
Board Pagination Prev 1 2 3 4 5 ... 13 Next
/ 13