rcaloras / bash-preexec

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

bash-preexec steps on `var` #95

Closed gnachman closed 5 years ago

gnachman commented 5 years ago

At this line:

https://github.com/rcaloras/bash-preexec/blob/9811ba8b7694cdbd9debed931e922b67e439197a/bash-preexec.sh#L56

Should be preceded by local var. I received a downstream pull request from a user:

https://github.com/gnachman/iterm2-website/pull/64

rcaloras commented 5 years ago

should now be fixed on master. Closing.