From a67e9387a04c498522ea439c7e7e38456bd009b5 Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: May 16 2016 17:40:29 +0000 Subject: Add instructions for Bash completion to README --- diff --git a/README.rst b/README.rst index e8eb0cc..12dadd6 100644 --- a/README.rst +++ b/README.rst @@ -56,3 +56,10 @@ If you want to add the remotes of other forks, that's easy too. Just do it by u ``pag`` provides a convenience command for creating new projects:: ❯ pag create factory2 "Ostensibly better than factory version 1" + + +---- + +To enable bash completion, add the following to your ``.bashrc``:: + + eval "$(_PAG_COMPLETE=source pag)"