From 537f244ab10b6a9edad93ae40086ded6f21a385b Mon Sep 17 00:00:00 2001 From: Jitendra Singh Date: Fri, 26 Feb 2016 09:50:16 +0530 Subject: [PATCH] Added documentation as commented in #65 Updated README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index c65f0ed..0197265 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,19 @@ $ git config --global core.excludesfile ~/.gitignore # Optional if you have not $ joe OSX SublimeText >> ~/.gitignore ``` +### Enable Bash Auto Completion + +You can enable bash autocompletion by keeping below line in your bash startup script `~/.bash_profile` or `~/.bashrc`. + +```bash +$ source /path/to/bash_autocompletion +``` +Try Auto Completion by using below Command + +```bash +$ joe [TAB] [TAB] +``` + ### List all available files ```bash