aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/alias.txt
diff options
context:
space:
mode:
authorGravatar Mark Griffiths <mark@thebespokepixel.com>2014-08-19 13:41:23 +0100
committerGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-03 14:43:26 +0100
commit137abd0cfaa8959224f88a4ebe9584a51468cc88 (patch)
treec396f760a1e309b5a837359e65c57c4555534d49 /doc_src/alias.txt
parentd7308fecbe573aad91fc6f1377c1ed2df735f6fd (diff)
Make line length, wrapping and spacing consistent
Diffstat (limited to 'doc_src/alias.txt')
-rw-r--r--doc_src/alias.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc_src/alias.txt b/doc_src/alias.txt
index 079cabff..028277a3 100644
--- a/doc_src/alias.txt
+++ b/doc_src/alias.txt
@@ -13,10 +13,12 @@ alias NAME=DEFINITION
`fish` does not keep track of which functions have been defined using `alias`. They must be erased using `functions -e`.
- `NAME` is the name of the alias
+
- `DEFINITION` is the actual command to execute. The string `$argv` will be appended.
You cannot create an alias to a function with the same name.
+
\subsection alias-example Example
The following code will create `rmi`, which runs `rm` with additional arguments on every invocation.