@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Aviv Eyal and committed by
avivey
d203a100 5b1dd96e

+6 -3
+6 -3
src/docs/user/userguide/arcanist.diviner
··· 132 132 133 133 == Installing Tab Completion == 134 134 135 - If you use `bash`, you can set up tab completion by adding something like this 136 - to your `.bashrc`, `.profile` or similar: 135 + If you use `bash`, you can set up tab completion by running this command: 136 + 137 + $ arc shell-complete 137 138 138 - source /path/to/arcanist/resources/shell/bash-completion 139 + This will install shell completion into your current shell. After installing, 140 + you may need to start a new shell (or open a new terminal window) to pick up 141 + the updated configuration. 139 142 140 143 == Configuration == 141 144