djui / alias-tips

An oh-my-zsh plugin to help remembering those aliases you defined once
781 stars 51 forks source link

`ZSH_PLUGINS_ALIAS_TIPS_FORCE=1` not working #51

Closed ItsChoudhry closed 4 years ago

ItsChoudhry commented 4 years ago

Hey I had the force alias tips working on my win10 wsl ubuntu setup. I reinstalled windows and the wsl system, but after reinstalling everything I noticed the force on aliases isn't working. Other stuff like export ZSH_PLUGINS_ALIAS_TIPS_REVEAL=1 still work, but not the force one.

ItsChoudhry commented 4 years ago

Upon further investigation it clearly reaches the exit call on line 112 in the python script, But the command runs as normal.

ItsChoudhry commented 4 years ago

I fixed it by reinstalling wsl from scratch. I must of messed up from of the configuration and things weren't normal.