Remove bogus path from example of "." (source) command

https://github.com/fish-shell/fish-shell/issues/297
This commit is contained in:
ridiculousfish 2012-10-04 14:57:23 -07:00
parent 8eb53ea7ca
commit 14bf057c62

View file

@ -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.