mirror of
https://github.com/tiyn/wiki.git
synced 2025-11-26 21:29:46 +01:00
zsh: added links to reference pages
This commit is contained in:
@@ -14,12 +14,14 @@ The following is a list of Unix shells that are POSIX compliant.
|
|||||||
`/bin/sh`. It is significantly faster than Bash and it is recommende to set
|
`/bin/sh`. It is significantly faster than Bash and it is recommende to set
|
||||||
DASH to be [the system shell](#changing-the-system-shell-binsh).
|
DASH to be [the system shell](#changing-the-system-shell-binsh).
|
||||||
- [Zsh](https://www.zsh.org/) is a shell designed to be interactive but also a
|
- [Zsh](https://www.zsh.org/) is a shell designed to be interactive but also a
|
||||||
powerful scripting language. It is often set to be the
|
powerful scripting language.
|
||||||
[default user shell](#changing-the-default-user-shell) because of its user
|
It is often set to be the [default user shell](#changing-the-default-user-shell) because of its
|
||||||
friendliness and a more features like the possibility for
|
user friendliness and a more features like the possibility for
|
||||||
[syntax highlighting](https://github.com/zdharma-continuum/fast-syntax-highlighting)
|
[syntax highlighting](https://github.com/zdharma-continuum/fast-syntax-highlighting)
|
||||||
and [auto suggestions](https://github.com/zsh-users/zsh-autosuggestions) and even an improved
|
and [auto suggestions](https://github.com/zsh-users/zsh-autosuggestions) and even an improved
|
||||||
version of [auto completion](https://github.com/marlonrichert/zsh-autocomplete).
|
version of [auto completion](https://github.com/marlonrichert/zsh-autocomplete).
|
||||||
|
For basic usage check [bash2zsh](https://www.bash2zsh.com/zsh_refcard/refcard.pdf) or
|
||||||
|
[zsh-lovers](https://grml.org/zsh/zsh-lovers.html).
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user