mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00: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:
parent
d338f74e6d
commit
223b515ba1
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ Variable substitution also occurs in double quotes, but not single quotes::
|
|||
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.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue