gnachman / iterm2-website

Website for iTerm2
http://iterm2.com/
GNU General Public License v2.0
80 stars 66 forks source link

Wrap included bash-preexec.sh in a function #51

Closed elyscape closed 6 years ago

elyscape commented 6 years ago

bash-preexec.sh has a check early on to make sure it hasn't been sourced elsewhere and returns if it has. To avoid this resulting in the bash integration script quitting early, we wrap it in a function.

gnachman commented 6 years ago

Looks good. Thanks!