From 14bf057c6292f6d074e57f4857b3e2511c2d7f09 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Thu, 4 Oct 2012 14:57:23 -0700 Subject: [PATCH] Remove bogus path from example of "." (source) command https://github.com/fish-shell/fish-shell/issues/297 --- doc_src/source.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/source.txt b/doc_src/source.txt index 9c6f11d3e..d92d1cc96 100644 --- a/doc_src/source.txt +++ b/doc_src/source.txt @@ -22,7 +22,7 @@ execute. If something goes wrong while opening or reading the file, \subsection source-example Example -. ~/.fish +. ~/.config/fish/config.fish causes fish to reread its initialization file.