Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- lsof
- netsh
- tomcat
- 줄바꿈 문자
- IntelliJ
- JavaScript
- Windows 10
- 네트워크
- xargs
- maVen
- port
- plugin
- GIT
- VirtualBox
- ssh
- context
- web.xml
- find
- bash
- Windows
- resource
- Source
- Mac
- import
- Eclipse
- 단축키
- grep
- vscode
- profile
- Quartz
Archives
- Today
- Total
develog
[Linux] .bashrc vs .bash_profile 본문
.bashrc 는 다음에 주로 사용됨
- set aliases
- define functions
- customize prompt
.bash_profile 는 다음에 주로 사용됨
- set PATH variable
- run commands that are needed only once at start of your session.
https://www.tutorialspoint.com/bashrc-vs-bash-profile-what-is-difference
http://www.joshstaiger.org/archives/2005/07/bash_profile_vs.html
'OS & Shell > Linux' 카테고리의 다른 글
[Linux] find 검색 결과만 출력 (0) | 2017.05.29 |
---|---|
[Linux] env 환경 변수 (0) | 2017.05.24 |
[Linux] alias ll (0) | 2017.05.23 |
[Linux] bash color 확인 (0) | 2017.05.23 |
[Linux] vi colors (0) | 2017.05.23 |
Comments