mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 23:23:18 +08:00
Fix typo in tutorial
This commit is contained in:
parent
2ba6dc8893
commit
d769b2ac40
|
@ -276,7 +276,7 @@ Unlike other shells, `fish` does not have an export command. Instead, a variable
|
|||
\fish{cli-dark}
|
||||
>_ set -x MyVariable SomeValue
|
||||
>_ env | grep MyVariable
|
||||
<outp><m>MyVariablem</outp>=SomeValue</m>
|
||||
<outp><m>MyVariable</outp>=SomeValue</m>
|
||||
\endfish
|
||||
|
||||
You can erase a variable with `-e` or `--erase`
|
||||
|
|
Loading…
Reference in New Issue
Block a user