Peter Bittner 3ad1627249 Autodetect .bashrc, .bash_aliases, and the like
Autodetect /etc/bash_completion (and the like)

Splitted up autodetection patterns for Bash

This will match:

- `*.bash` (any manufactured Bash scripts)
- `~/.bashrc` (hidden Bash configuration in your home directory)
- `~/.bash_*` (partials included by bashrc, e.g. `.bash_aliases`,  `.bash_history`,  `.bash_logout`)
- `/etc/bash.bashrc` (global Bash configuration)
- `/etc/bash_completion` (and potentially any other `/etc/bash_*` file)
2015-06-18 00:21:40 +02:00
..
2009-02-27 14:06:21 +00:00
2013-01-17 15:43:24 +11:00
2014-05-17 22:17:44 +02:00
2013-08-15 20:12:13 -07:00
2013-08-15 17:55:36 -07:00
2012-08-24 23:26:11 +02:00
2011-10-23 13:44:52 -07:00
2012-09-12 19:30:56 +02:00