Merge pull request #435 from ipoval/readme_minor_update
minor fix in Readme to add completion/custom.completion.bash to the customization listpull/436/head
commit
d6e6caf3c6
|
|
@ -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):
|
For custom scripts, and aliases, just create the following files (they'll be ignored by the git repo):
|
||||||
|
|
||||||
* `aliases/custom.aliases.bash`
|
* `aliases/custom.aliases.bash`
|
||||||
|
* `completion/custom.completion.bash`
|
||||||
* `lib/custom.bash`
|
* `lib/custom.bash`
|
||||||
* `plugins/custom.plugins.bash`
|
* `plugins/custom.plugins.bash`
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,9 +26,7 @@ export NGINX_PATH='/opt/nginx'
|
||||||
# Don't check mail when opening terminal.
|
# Don't check mail when opening terminal.
|
||||||
unset MAILCHECK
|
unset MAILCHECK
|
||||||
|
|
||||||
|
|
||||||
# Change this to your console based IRC client of choice.
|
# Change this to your console based IRC client of choice.
|
||||||
|
|
||||||
export IRC_CLIENT='irssi'
|
export IRC_CLIENT='irssi'
|
||||||
|
|
||||||
# Set this to the command you use for todo.txt-cli
|
# Set this to the command you use for todo.txt-cli
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue