Contents

System/OS
2015.01.16 03:41

개인적으로 쓰고 있는 bash_profile

Views 1004 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
93 Develop [coding] 공부해야 하는거 ㅋㅋ secret hooni 2017.06.27 0
92 Develop [android] 안드로이드 앱 문서 샘플 - NCComix file hooni 2017.07.11 2236
91 Etc 캘리포니아 운전면허 문제 file hooni 2017.07.22 1199
90 System/OS [mac] Homebrew/rvm/cocoapod setting hooni 2017.07.29 1188
89 Develop [ios] VIN Scanner (VIN barcode) 스캐너 file hooni 2017.09.16 795
88 System/OS [linux] iptables 초간단 세팅 스크립트 hooni 2017.09.26 1415
87 Etc 영어. 불규칙 동사 정리 file hooni 2017.10.04 3676
86 Etc How to completely Uninstall Coda hooni 2017.10.24 2593
85 System/OS 무료로 HTTPS 적용하기 (Let's Encrypt) file hooni 2017.10.28 1704
84 System/OS OpenSSL로 ROOT CA 생성 및 SSL 인증서 발급하기 hooni 2017.10.28 1646
83 System/OS [mac] How to uninstall MySQL on Mac OS. hooni 2017.11.08 1055
82 Database [mysql] 중복데이터 삭제하는 초간단 쿼리 hooni 2017.11.22 3575
Board Pagination Prev 1 ... 86 87 88 89 90 91 92 93 94 95 ... 98 Next
/ 98