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 |
Tags
- port
- vscode
- 네트워크
- VirtualBox
- tomcat
- Quartz
- find
- 줄바꿈 문자
- context
- maVen
- bash
- Windows
- GIT
- 단축키
- Windows 10
- IntelliJ
- resource
- ssh
- grep
- import
- JavaScript
- Mac
- web.xml
- netsh
- profile
- xargs
- Eclipse
- plugin
- lsof
- Source
Archives
- Today
- Total
develog
[bash] .bash_profile 에서 .bashrc 실행하기 본문
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
Comments