mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
docs/tutorial: Mention VAR=VAL syntax
That's the thing we're replacing, so we should mention it. [ci skip]
This commit is contained in:
@@ -209,7 +209,7 @@ Variable substitution also occurs in double quotes, but not single quotes::
|
|||||||
My current directory is $PWD
|
My current directory is $PWD
|
||||||
|
|
||||||
|
|
||||||
Unlike other shells, ``fish`` has no dedicated syntax for setting variables. Instead it has an ordinary command: ``set``, which takes a variable name, and then its value.
|
Unlike other shells, ``fish`` has no dedicated `VARIABLE=VALUE` syntax for setting variables. Instead it has an ordinary command: ``set``, which takes a variable name, and then its value.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user