rcaloras / bash-preexec

⚡ preexec and precmd functions for Bash just like Zsh.
MIT License
862 stars 94 forks source link

Check Bash version 3.1+ #136

Closed akinomyoga closed 2 years ago

akinomyoga commented 2 years ago

As discussed in https://github.com/rcaloras/bash-preexec/pull/129#issuecomment-1046169131 and https://github.com/rcaloras/bash-preexec/pull/129#issuecomment-1109971595, the current codebase relies on Bash 3.1 features. In this PR, I mention it in README and check the Bash version in the beginning of the script.

akinomyoga commented 2 years ago

Thanks!