1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

Update tab completion doc

Test Plan: `aspell -c`

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D21359
This commit is contained in:
Aviv Eyal 2020-06-15 13:27:18 +00:00 committed by avivey
parent 5b1dd96e40
commit d203a1004c

View file

@ -132,10 +132,13 @@ able to use:
== Installing Tab Completion ==
If you use `bash`, you can set up tab completion by adding something like this
to your `.bashrc`, `.profile` or similar:
If you use `bash`, you can set up tab completion by running this command:
source /path/to/arcanist/resources/shell/bash-completion
$ arc shell-complete
This will install shell completion into your current shell. After installing,
you may need to start a new shell (or open a new terminal window) to pick up
the updated configuration.
== Configuration ==