From ef84346cb85531746e8fad9208e16d0e89262441 Mon Sep 17 00:00:00 2001 From: Ivan Povalyukhin Date: Wed, 25 Mar 2015 19:52:38 -0700 Subject: [PATCH] minor fix in Readme to add to the customization list --- README.md | 1 + template/bash_profile.template.bash | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) mode change 100644 => 100755 template/bash_profile.template.bash diff --git a/README.md b/README.md index 7071e61a..1606a7a0 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ bash-it help plugins # shows help for installed plugins For custom scripts, and aliases, just create the following files (they'll be ignored by the git repo): * `aliases/custom.aliases.bash` +* `completion/custom.completion.bash` * `lib/custom.bash` * `plugins/custom.plugins.bash` diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash old mode 100644 new mode 100755 index d7937a47..be218ee1 --- a/template/bash_profile.template.bash +++ b/template/bash_profile.template.bash @@ -26,9 +26,7 @@ export NGINX_PATH='/opt/nginx' # Don't check mail when opening terminal. unset MAILCHECK - # Change this to your console based IRC client of choice. - export IRC_CLIENT='irssi' # Set this to the command you use for todo.txt-cli