일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Git
- VSCode
- ChangeDetectorRef
- zsh
- angular5
- typescript
- 변화감지
- change detection
- hashchange
- oh-my-zsh
- IONIC3
- error
- fromEvent
- php
- angular
- NVM
- sealize
- code .
- 자바스크립개념
- 테두리굵기
- Visual Studio Code
- getElementsByClassName
- aab 배포
- JavaScript
- Ionic
- border-width
- 이미지바꾸기
- Sentry
- rxjs
- ion-range
- Today
- Total
목록VSCode (2)
hsunny study blog
Mac 카탈리나 버전부터 기본쉘을 bash에서 zsh로 변경했습니다. 따라서, 2020년형 13인치 맥북에서 터미널의 기본 쉘은 zsh입니다. 설정후기를 기록합니다. 사실 터미널의 쉘을 신경쓰지 않고 사용해왔습니다. 최근 강의를 듣다가 강사는 bash, 저는 zsh를 사용하고 있어서, 이때부터 차이점이 궁금하여 서치를 시작했습니다. *MAC을 기준으로 설명합니다! zsh z 쉘이라고도 부릅니다. Zsh는 bash, ksh, tcsh의 일부 기능을 포함하고 있습니다. 더보기 위의 특징으로 리눅스에서는 bash 사용이 대부분이나 zsh로 바뀌는 추세입니다. 커맨드 쉘간의 기능 차이를 알고 싶다면, https://en.wikipedia.org/wiki/Comparison_of_command_shells 를 방..
You can also run VS Code from the terminal by typing 'code' after adding it to the path: 1. Launch VS Code. 2. Open the Command Palette (Ctrl+Shift+P) and type 'shell command' to find the Shell Command: Install 'code' command in PATH command. 3. Restart the terminal for the new $PATH value to take effect. You'll be able to type 'code .' in any folder to start editing files in that folder. Note: ..