knowledge/technology/applications/cli/zsh.md
2023-12-04 11:02:23 +01:00

13 lines
No EOL
512 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
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
`~/.zshrc`: Used for setting user's interactive [shell](Shell.md) configuration and executing commands, will be read when starting as an _**interactive shell**_.