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
- nosql
- 빅오노테이션
- AWS
- Django
- iterm2 단축키
- zshrc
- customize
- 도커컴포즈
- Bash
- iterm2 shortcuts
- sftp란
- terraform 문법
- linux
- docker
- docker-compose
- zsh
- terraform
- server
- minikube mac 설치
- python
- 도커
- test
- 파이썬
- 테라폼 기본 문법
- minikube 설치 방법
- Shell
- DynamoDB
- 컨테이너
- 테라폼 문법
- BIG-O NOTATION
Archives
- Today
- Total
목록bash_profile (1)
sklass의 s-class 프로그래밍 blog
.bash_profile VS .zshrc
MacOS에서 개발을 하다보면 .bash_profile이나 .zshrc를 수정해야 되는 경우가 종종 있습니다. 하지만 두개가 무엇이 다르며 어떻게 실행되는지 잘 모르는 경우가 있습니다. 이에 대한 설명을 진행하겠습니다. .bash_profile .bash_profile은 bash의 startup file 중 하나로, login shell 환경에서 terminal 실행시 자동으로 source 됩니다. 그렇기 때문에 환경변수나 터미널이 실행될 때 수행하고 싶은 명령어를 여기에 저장해줍니다. .zshrc .zshrc는 zsh의 startup file 중 하나로, login 이나 non-login shell 환경에서 terminal 실행시 자동으로 source 됩니다. .bash_profile과 마찬가지로 te..
shell
2021. 8. 21. 21:07