knowledge/technology/applications/cli/zsh.md

13 lines
511 B
Markdown
Raw Normal View History

2023-12-04 10:02:23 +00:00
---
obj: application
website: https://zsh.sourceforge.io/
wiki: https://en.wikipedia.org/wiki/Z_shell
arch-wiki: https://wiki.archlinux.org/title/zsh
repo: https://github.com/zsh-users/zsh
---
# zsh
Zsh is a powerful [shell](Shell.md) that operates as both an interactive [shell](Shell.md) and as a scripting language interpreter.
## Configuration
2024-01-17 08:44:04 +00:00
`~/.zshrc`: Used for setting user's interactive [shell](Shell.md) configuration and executing commands, will be read when starting as an _**interactive shell**_.