Skip to content

Commit 7e5f511

Browse files
authored
Merge pull request #1 from ksunden/patch-1
Remove extraneous m from exported variable
2 parents b90228e + b0d9649 commit 7e5f511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fish-shell/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Unlike other shells, `fish` does not have an export command. Instead, a variable
292292

293293
<pre class="fish cli-dark"><span class="prompt">&gt;</span> <span class="command">set</span> <span class="argument">-x</span> <span class="argument">MyVariable</span> <span class="argument">SomeValue</span>
294294
<span class="prompt">&gt;</span> <span class="binary">env</span> <span class="redirect">|</span> <span class="binary">grep</span> <span class="argument">MyVariable</span>
295-
<span class="output"><span class="match">MyVariablem</span>=SomeValue</span>
295+
<span class="output"><span class="match">MyVariable</span>=SomeValue</span>
296296
</pre>
297297

298298
You can erase a variable with `-e` or `--erase`

0 commit comments

Comments
 (0)