mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +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
|
\subsection source-example Example
|
||||||
|
|
||||||
<tt>. ~/.fish</tt>
|
<tt>. ~/.config/fish/config.fish</tt>
|
||||||
|
|
||||||
causes fish to reread its initialization file.
|
causes fish to reread its initialization file.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue