PythonNut / zsh-config

:wrench: My personal ZSH config
MIT License
6 stars 1 forks source link

Command extraction is fooled by environment variables #14

Closed PythonNut closed 7 years ago

PythonNut commented 7 years ago

So remove all leading tokens containing an =.

PythonNut commented 7 years ago

Also slightly unrelated but if the leading command is wrapped in a subprocess, we also fail to extract it correctly.