mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Remove bogus path from example of "." (source) command
https://github.com/fish-shell/fish-shell/issues/297
This commit is contained in:
parent
8eb53ea7ca
commit
14bf057c62
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ execute. If something goes wrong while opening or reading the file,
|
|||
|
||||
\subsection source-example Example
|
||||
|
||||
<tt>. ~/.fish</tt>
|
||||
<tt>. ~/.config/fish/config.fish</tt>
|
||||
|
||||
causes fish to reread its initialization file.
|
||||
|
||||
|
|
Loading…
Reference in a new issue