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