docs: Make more code lines shorter

This commit is contained in:
Fabian Homborg
2021-02-02 08:35:38 +01:00
parent 8bb3d1198f
commit bb1aa5e72f
4 changed files with 7 additions and 4 deletions

View File

@@ -135,7 +135,7 @@ Examples
set foo banana (false)
echo $status # prints 1, because of the "(false)" above.
# Like other shells, fish 3.1 supports this syntax for passing a variable to just one command:
# Like other shells, pass a variable to just one command:
# Run fish with a temporary home directory.
HOME=(mktemp -d) fish
# Which is essentially the same as: