Explicitly mention Bash 3.2 compatibility
Bash-it previously did not specify compatibility with any particular Bash version, but uses features in Bash 3.2 (like omitting quoting for =~ expressions) while ignoring features in Bash 4 (like associative arrays). By explicitly mentioning the minimum supported version, it is easier for contributors to understand which shell features are usable.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
[](https://travis-ci.org/Bash-it/bash-it) [](https://gitter.im/Bash-it/bash-it?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
**Bash-it** is a collection of community Bash commands and scripts. (And a shameless ripoff of [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) :smiley:)
|
||||
**Bash-it** is a collection of community Bash commands and scripts for Bash 3.2+. (And a shameless ripoff of [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) :smiley:)
|
||||
|
||||
Includes autocompletion, themes, aliases, custom functions, a few stolen pieces from Steve Losh, and more.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user