Contents

System/OS
2015.01.16 03:41

개인적으로 쓰고 있는 bash_profile

Views 976 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
190 System/OS Mac OS X - Apache+PHP+MySQL 환경 서버 hooni 2013.04.25 31714
189 System/OS Mac에서 Node.js 설치하기 file hooni 2018.09.28 4330
188 System/OS NAT와 DHCP에 대한 간단한 설명 hooni 2013.04.23 18395
187 System/OS OpenSSL로 ROOT CA 생성 및 SSL 인증서 발급하기 hooni 2017.10.28 1628
186 System/OS OSI (Open Systems Interconnection) 개방형 시스템간 상호 접속 file hooni 2013.04.23 10843
185 System/OS php.ini 설정 안됐을때.. ㅋㅋ hooni 2013.04.23 11695
184 System/OS RPA란? 어디에 어떻게 쓰이고 누가 만드나? file hooni 2020.01.28 1511
183 System/OS SSH Passwordless Login Using SSH Keygen in 5 Easy Steps file hooni 2019.11.22 1530
182 System/OS SVN(Subversion) 설치와 설정 (sasl 인증 적용 포함) file hooni 2014.09.11 5829
181 System/OS [android] 초간단 HTTP, POST 전송 샘플 1 file hooni 2017.02.16 3629
180 System/OS [apache2] Redirect HTTP to HTTPS file hooni 2022.02.03 833
179 System/OS [bios] 시스템 부팅 도중 발생하는 비프음 hooni 2003.04.23 18235
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 17 Next
/ 17