Contents

System/OS
2015.01.16 03:41

개인적으로 쓰고 있는 bash_profile

Views 842 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'






?

  1. 라우팅 경로 결정 영향 요소 ㅋㅋ

  2. 네트워크별 MTU(최대 전송 단위)

  3. 네트워크 용어 정리

  4. 나중에 해봐야지.. libconv 설치.. ㅡ,.ㅡ;

  5. 개인적으로 쓰고 있는 zshrc 파일

  6. 개인적으로 쓰고 있는 bash_profile

  7. [펌] 마이크로서비스, 모노리포, SRE, ... 덮어놓고 구글 따라하면 안 되는 기술들

  8. [windows] 패스워드를 잊어먹었을때..

  9. [windows] 최근 열어본 문서목록 안나오게 하는 방법

  10. [windows] 종료, 재시작, 로그아웃 아이콘 만들기

  11. [windows] 인터넷 익스플로러(IE) 도구모음 표시줄에 아이콘 추가

  12. [windows] 윈도우즈 콘솔에서 정품인증 하는 방법

Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 17 Next
/ 17