From b874cf1aeca97015b0d0478368d1117f1bac22e9 Mon Sep 17 00:00:00 2001 From: Todor Totev Date: Wed, 18 Mar 2015 18:39:09 +0200 Subject: [PATCH] Fixes for autocomplete command --- lib/common | 2 +- resources/help.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/common b/lib/common index db06294254..5fef4f05f4 160000 --- a/lib/common +++ b/lib/common @@ -1 +1 @@ -Subproject commit db06294254a2009f833ba8053edc55bb9235dd47 +Subproject commit 5fef4f05f43768754e055a1253da138d9bcf8654 diff --git a/resources/help.txt b/resources/help.txt index 95e666043a..133204b94b 100644 --- a/resources/help.txt +++ b/resources/help.txt @@ -692,4 +692,6 @@ Turns on command line autocompletion for bash and zsh. Usage: $ tns autocomplete +Note: this will modify your .bash_profile, .bashrc and .zshrc files. + --[/]--