aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/source.txt
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2013-10-28 09:57:36 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2013-10-28 23:33:24 +0800
commitedc4614e6339f8e232d1c86d2fe4f15c91ced5b8 (patch)
treeffecb3e7e108ee1f851718e98e79bf79b17f2244 /doc_src/source.txt
parentcf766b55cca979745f6c218d78f9cdcc297b3f20 (diff)
add completions for source and document the move away from '.'
Closes: #310
Diffstat (limited to 'doc_src/source.txt')
-rw-r--r--doc_src/source.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc_src/source.txt b/doc_src/source.txt
index c49e2491..786577dc 100644
--- a/doc_src/source.txt
+++ b/doc_src/source.txt
@@ -20,6 +20,10 @@ The return status of \c source is the return status of the last job to
execute. If something goes wrong while opening or reading the file,
\c source exits with a non-zero status.
+\c . (a single period) is an alias for the \c source command. The use of \c .
+is deprecated in favour of \c source, and \c . will be removed in a future
+version of fish.
+
\subsection source-example Example
<tt>source ~/.config/fish/config.fish</tt> causes fish to re-read its initialization file.