mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 21:18:53 +00:00
Update doc_src/contains.txt
Escaped the $
This commit is contained in:
parent
286bef5eb7
commit
1b0e4a0067
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ yes, 1 otherwise
|
||||||
<pre>
|
<pre>
|
||||||
for i in ~/bin /usr/local/bin
|
for i in ~/bin /usr/local/bin
|
||||||
if not contains \$i \$PATH
|
if not contains \$i \$PATH
|
||||||
set PATH \$PATH i
|
set PATH \$PATH \$i
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
</pre>
|
</pre>
|
||||||
|
|
Loading…
Reference in a new issue