mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-26 11:45:08 +00:00
Correct end tag
A code block was not properly closed, causing bad graphical artifacts in the tutorial. Correct it.
This commit is contained in:
parent
87f7cd0370
commit
69f066dc1b
1 changed files with 1 additions and 1 deletions
|
@ -585,7 +585,7 @@ To remove /usr/local/bin from `$PATH`, you can write:
|
||||||
|
|
||||||
\fish{cli-dark}
|
\fish{cli-dark}
|
||||||
>_ set PATH (string match -v /usr/local/bin $PATH)
|
>_ set PATH (string match -v /usr/local/bin $PATH)
|
||||||
\end{fish}
|
\endfish
|
||||||
|
|
||||||
You can do so directly in `config.fish`, like you might do in other shells with `.profile`. See [this example](#path_example).
|
You can do so directly in `config.fish`, like you might do in other shells with `.profile`. See [this example](#path_example).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue