mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-24 03:35:13 +08:00
Update doc_src/contains.txt
Escaped the $
This commit is contained in:
parent
286bef5eb7
commit
1b0e4a0067
@ -16,7 +16,7 @@ yes, 1 otherwise
|
||||
<pre>
|
||||
for i in ~/bin /usr/local/bin
|
||||
if not contains \$i \$PATH
|
||||
set PATH \$PATH i
|
||||
set PATH \$PATH \$i
|
||||
end
|
||||
end
|
||||
</pre>
|
||||
|
Loading…
x
Reference in New Issue
Block a user