Z 셸 (zsh)
테마 및 플러그인과 같은 기능을 갖춘 강력한 명령줄 셸입니다.
Zsh는 Bash, ksh, tcsh의 많은 기능을 통합합니다. 사용자 정의가 매우 용이하며(Oh My Zsh), 고급 탭 완성, 철자 수정, 공유 명령 기록과 같은 주요 기능을 제공합니다.
graph LR
Center["Z 셸 (zsh)"]:::main
Rel_bash["bash"]:::related -.-> Center
click Rel_bash "/terms/bash"
Rel_typescript["typescript"]:::related -.-> Center
click Rel_typescript "/terms/typescript"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧠 지식 테스트
1 / 1
🧒 5살도 이해할 수 있게 설명
If [Bash](/ko/terms/bash) is a standard car, Zsh is the same car but with a super-smart GPS, voice control, and self-parking features. It makes driving (typing commands) much easier and more fun with its helpful shortcuts.
🤓 Expert Deep Dive
Zsh features include programmable command-line completion, globbing without calling external commands, and advanced history management. Its theme and plugin architecture (Oh My Zsh, Antigen) make it the most popular choice for modern developer environments.