init
This commit is contained in:
commit
c5cd492449
475 changed files with 27928 additions and 0 deletions
13
technology/applications/cli/zsh.md
Normal file
13
technology/applications/cli/zsh.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
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**_.
|
Loading…
Add table
Add a link
Reference in a new issue