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
- 머신 러닝
- MySQL
- 디렉터리 파일 검색
- 상단 메뉴 없애기
- Vuetify
- useEffect
- MFC
- vue config
- Pivotal
- mysql -u root -p
- Linux
- 응답없음
- windows-build-tools
- tailwindcss
- 누마 누마
- MSB8020
- Visual Studio
- explore.exe
- default path
- error MSB8020
- 다이얼로그 복사
- Numa Numa
- startingDirectory
- Before start of result set
- mysql 응답없음
- componentDidUpdate
- error
- default profile
- DIR함수
- window terminal
Archives
- Today
- Total
갓토리
Window Terminal startingDirectory 설정 본문
window terminal에서 기본 터미널 설정 및 시작 디렉토리 위치 설정 방법 소개
일단, window terminal을 열고 설정으로 들어가면 settings.json을 수정할 수 있게 화면이 뜬다.
거기서 defaultProfile을 원하는 profile의 guid로 복붙하여 설정하면 기본 터미널 설정이 가능하다.
그리고 startingDirectory (또는 deafult path) 를 설정하는 방법은
해당 profile 설정 안에다가 해주면 되는데
{
"guid": "{~~}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl",
"startingDirectory": "//wsl$/Ubuntu/home/"
}
같은 식으로 startingDirectory를 지정해주면 된다 유의사항은 저 경로중에 Ubuntu가 자기가 설치한 WSL 운영체제에 따라 다르다.
Ubuntu-18.04 일수도있고 다를 수도 있다.
'IT > 그외' 카테고리의 다른 글
Can't find Python executable (0) | 2020.11.16 |
---|---|
explore 재실행 (0) | 2015.07.03 |
MySQL 설치 시 응답없음 오류 (1) | 2015.04.27 |
MySQL 콘솔로 접속하기 (0) | 2015.04.27 |
MySQL 5.5 설치하기 (1) | 2015.04.27 |